summaryrefslogtreecommitdiffstats
path: root/.ci
diff options
context:
space:
mode:
authorZach Hilman <zachhilman@gmail.com>2019-10-03 00:51:17 +0200
committerZach Hilman <zachhilman@gmail.com>2019-10-03 00:51:21 +0200
commit53be058e7497abfda6d8312c83194cbd963ab097 (patch)
tree1090693a9611ed90e9916dcfd92d87250de730ef /.ci
parentci: Use MSVC windows for patreon (diff)
downloadyuzu-53be058e7497abfda6d8312c83194cbd963ab097.tar
yuzu-53be058e7497abfda6d8312c83194cbd963ab097.tar.gz
yuzu-53be058e7497abfda6d8312c83194cbd963ab097.tar.bz2
yuzu-53be058e7497abfda6d8312c83194cbd963ab097.tar.lz
yuzu-53be058e7497abfda6d8312c83194cbd963ab097.tar.xz
yuzu-53be058e7497abfda6d8312c83194cbd963ab097.tar.zst
yuzu-53be058e7497abfda6d8312c83194cbd963ab097.zip
Diffstat (limited to '.ci')
-rw-r--r--.ci/templates/mergebot.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/templates/mergebot.yml b/.ci/templates/mergebot.yml
index 5211efcc6..a4c5c2a28 100644
--- a/.ci/templates/mergebot.yml
+++ b/.ci/templates/mergebot.yml
@@ -11,5 +11,5 @@ steps:
inputs:
scriptSource: 'filePath'
scriptPath: '.ci/scripts/merge/apply-patches-by-label.py'
- arguments: '${{ parameters.matchLabel }} patches'
+ arguments: '${{ parameters.matchLabel }} Tagged patches'
workingDirectory: '$(System.DefaultWorkingDirectory)'