diff options
| author | 2019-10-02 18:51:17 -0400 | |
|---|---|---|
| committer | 2019-10-02 18:51:21 -0400 | |
| commit | 53be058e7497abfda6d8312c83194cbd963ab097 (patch) | |
| tree | 1090693a9611ed90e9916dcfd92d87250de730ef /.ci/templates | |
| parent | ci: Use MSVC windows for patreon (diff) | |
| download | yuzu-53be058e7497abfda6d8312c83194cbd963ab097.tar.gz yuzu-53be058e7497abfda6d8312c83194cbd963ab097.tar.xz yuzu-53be058e7497abfda6d8312c83194cbd963ab097.zip | |
ci: Add Mainline tagline
Diffstat (limited to '.ci/templates')
| -rw-r--r-- | .ci/templates/mergebot.yml | 2 |
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: | |||
| 11 | inputs: | 11 | inputs: |
| 12 | scriptSource: 'filePath' | 12 | scriptSource: 'filePath' |
| 13 | scriptPath: '.ci/scripts/merge/apply-patches-by-label.py' | 13 | scriptPath: '.ci/scripts/merge/apply-patches-by-label.py' |
| 14 | arguments: '${{ parameters.matchLabel }} patches' | 14 | arguments: '${{ parameters.matchLabel }} Tagged patches' |
| 15 | workingDirectory: '$(System.DefaultWorkingDirectory)' | 15 | workingDirectory: '$(System.DefaultWorkingDirectory)' |