summaryrefslogtreecommitdiff
path: root/.ci/scripts/merge/apply-patches-by-label.py
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2019-10-01 10:56:50 -0400
committerGitHub <noreply@github.com>2019-10-01 10:56:50 -0400
commit80d6abc08b742aeff719b838f46085ad6e716fca (patch)
tree2f6c5cb12b610610662c349d9448f9c7796850c5 /.ci/scripts/merge/apply-patches-by-label.py
parente11afeb34d7b4493a94c18fd7960df97b7d95156 (diff)
parent4ea425d6cf8b77a989203a8d9771b78da7c48c96 (diff)
Merge pull request #2929 from DarkLordZach/azure-patreon-merge-extra
ci: Merge patreon tagged PRs from public repository during merge step.
Diffstat (limited to '.ci/scripts/merge/apply-patches-by-label.py')
-rw-r--r--.ci/scripts/merge/apply-patches-by-label.py2
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 = {}