ci: Populate patreon PRs on public repository

This commit is contained in:
Zach Hilman 2019-09-30 09:29:28 -04:00
parent e11afeb34d
commit e6f3aad84e
3 changed files with 13 additions and 6 deletions

View file

@ -3,7 +3,7 @@
import requests, sys, json, urllib3.request, shutil, subprocess, os
tagline = os.getenv("MergeTaglinePublic".upper(), "")
tagline = sys.argv[2]
http = urllib3.PoolManager()
dl_list = {}