summaryrefslogtreecommitdiffstats
path: root/.ci/templates/mergebot.yml
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2019-10-03 01:28:03 +0200
committerGitHub <noreply@github.com>2019-10-03 01:28:03 +0200
commit6bfabdedfd636a74335f5b21b15f170f23c8c1a8 (patch)
tree120c7309f783cb16713028ad4e4994cf84e01813 /.ci/templates/mergebot.yml
parentMerge pull request #2932 from DarkLordZach/azure-gitpages (diff)
parentci: Correct mainline release dependency (diff)
downloadyuzu-6bfabdedfd636a74335f5b21b15f170f23c8c1a8.tar
yuzu-6bfabdedfd636a74335f5b21b15f170f23c8c1a8.tar.gz
yuzu-6bfabdedfd636a74335f5b21b15f170f23c8c1a8.tar.bz2
yuzu-6bfabdedfd636a74335f5b21b15f170f23c8c1a8.tar.lz
yuzu-6bfabdedfd636a74335f5b21b15f170f23c8c1a8.tar.xz
yuzu-6bfabdedfd636a74335f5b21b15f170f23c8c1a8.tar.zst
yuzu-6bfabdedfd636a74335f5b21b15f170f23c8c1a8.zip
Diffstat (limited to '.ci/templates/mergebot.yml')
-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)'