summaryrefslogtreecommitdiffstats
path: root/.ci/templates/mergebot-private.yml
diff options
context:
space:
mode:
authorZach Hilman <zachhilman@gmail.com>2019-09-30 19:43:34 +0200
committerZach Hilman <zachhilman@gmail.com>2019-09-30 19:43:34 +0200
commit4ea425d6cf8b77a989203a8d9771b78da7c48c96 (patch)
tree2f6c5cb12b610610662c349d9448f9c7796850c5 /.ci/templates/mergebot-private.yml
parentci: Populate patreon PRs on public repository (diff)
downloadyuzu-4ea425d6cf8b77a989203a8d9771b78da7c48c96.tar
yuzu-4ea425d6cf8b77a989203a8d9771b78da7c48c96.tar.gz
yuzu-4ea425d6cf8b77a989203a8d9771b78da7c48c96.tar.bz2
yuzu-4ea425d6cf8b77a989203a8d9771b78da7c48c96.tar.lz
yuzu-4ea425d6cf8b77a989203a8d9771b78da7c48c96.tar.xz
yuzu-4ea425d6cf8b77a989203a8d9771b78da7c48c96.tar.zst
yuzu-4ea425d6cf8b77a989203a8d9771b78da7c48c96.zip
Diffstat (limited to '')
-rw-r--r--.ci/templates/mergebot-private.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.ci/templates/mergebot-private.yml b/.ci/templates/mergebot-private.yml
index 0ba6d5434..f9a40cf61 100644
--- a/.ci/templates/mergebot-private.yml
+++ b/.ci/templates/mergebot-private.yml
@@ -19,12 +19,12 @@ steps:
inputs:
scriptSource: 'filePath'
scriptPath: '.ci/scripts/merge/apply-patches-by-label.py'
- arguments: '${{ parameters.matchLabel }} $(MergeTaglinePrivate)\ Public patches-mixed-public'
+ arguments: '${{ parameters.matchLabel }} "$(MergeTaglinePrivate) Public" patches-mixed-public'
workingDirectory: '$(System.DefaultWorkingDirectory)'
- task: PythonScript@0
displayName: 'Discover, Download, and Apply Patches (Patreon Private)'
inputs:
scriptSource: 'filePath'
scriptPath: '.ci/scripts/merge/apply-patches-by-label-private.py'
- arguments: '$(PrivateMergeUser) ${{ parameters.matchLabel }} $(MergeTaglinePrivate)\ Private patches-private'
+ arguments: '$(PrivateMergeUser) ${{ parameters.matchLabel }} "$(MergeTaglinePrivate) Private" patches-private'
workingDirectory: '$(System.DefaultWorkingDirectory)'