Skip to content

Commit 1c3bf41

Browse files
[workflow] Use automerge_scan instead of automerge for correct commit message. (#17669)
Why I did it automerge and automerge_scan have different behavior when merging PRs. automerge may left some PRs unmerged. So, use automerge_scan instead. Work item tracking Microsoft ADO (number only): 26361240 How I did it How to verify it
1 parent b406502 commit 1c3bf41

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/automerge.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ on:
99

1010
jobs:
1111
automerge:
12-
if: github.event.check_suite.app.name == 'Azure Pipelines' && github.event.check_suite.conclusion == 'success'
12+
# Disable workflow. Use automerge_scan instead to have the same behaviour.
13+
if: github.event.check_suite.app.name == 'Azure Pipelines' && github.event.check_suite.conclusion == 'success' && false
1314
runs-on: ubuntu-latest
1415
steps:
1516
- name: automerge

0 commit comments

Comments
 (0)