diff options
author | Zach Hilman <zachhilman@gmail.com> | 2019-09-30 09:29:28 -0400 |
---|---|---|
committer | Zach Hilman <zachhilman@gmail.com> | 2019-09-30 09:29:28 -0400 |
commit | e6f3aad84e91c76568b766f9142fdae52f0f3242 (patch) | |
tree | bbbf70fc66ea2b434082ee9df6528b26623d8701 /.ci/scripts/merge/apply-patches-by-label.py | |
parent | e11afeb34d7b4493a94c18fd7960df97b7d95156 (diff) |
ci: Populate patreon PRs on public repository
Diffstat (limited to '.ci/scripts/merge/apply-patches-by-label.py')
-rw-r--r-- | .ci/scripts/merge/apply-patches-by-label.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/scripts/merge/apply-patches-by-label.py b/.ci/scripts/merge/apply-patches-by-label.py index 7f1ea06cf..e81db9287 100644 --- a/.ci/scripts/merge/apply-patches-by-label.py +++ b/.ci/scripts/merge/apply-patches-by-label.py @@ -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 = {} |