Skip to content

Commit e04f142

Browse files
authored
Update workflow config to support armReview (#20656)
* Update workflow config to support armReview If both arm review and breaking change review existing, arm review happened after breaking change review approval. * Update comment.yml * Update comment.yml
1 parent 14f29e6 commit e04f142

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/comment.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
type: checkbox
44
keywords:
55
- "WaitForARMFeedback"
6-
booleanFilterExpression: "!(ARMSignedOff||ARMChangesRequested||Approved-OkToMerge||WaitForARMRevisit)"
6+
booleanFilterExpression: "!(ARMSignedOff||ARMChangesRequested||Approved-OkToMerge||WaitForARMRevisit||BreakingChangeReviewRequired)"
77
onCheckedLabels:
88
- WaitForARMFeedback
99
- ARMReview
@@ -77,6 +77,13 @@
7777
onLabeledComments: "Please ensure to respond feedbacks from the ARM API reviewer. When you are ready to continue the ARM API review, please remove `ARMChangesRequested`"
7878
onLabeledRemoveLabels:
7979
- WaitForARMFeedback
80+
81+
- rule:
82+
type: label
83+
label: Approved-BreakingChange
84+
booleanFilterExpression: !(ARMSignedOff||ARMChangesRequested||Approved-OkToMerge||WaitForARMRevisit)&&ARMReview
85+
onLabeledAddLabels:
86+
- WaitForARMFeedback
8087

8188

8289
- rule:

0 commit comments

Comments
 (0)