diff options
| -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)' |