Skip to content

Commit 695505c

Browse files
[action] Only add 'automerge' label on master version upgrade PR. (#15112) (#15279)
Why I did it Don't auto update package version for release branch. Work item tracking Microsoft ADO (number only): 22335854 How I did it How to verify it
1 parent 33359b4 commit 695505c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/label.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ on:
1212
- opened
1313
- reopened
1414
branches:
15-
- '202012'
16-
- '202[1-9][0-9][0-9]'
17-
- '20[3-9][0-9][0-9][0-9]'
15+
- master
1816
paths:
1917
- 'files/build/versions/**'
2018

0 commit comments

Comments
 (0)