From a8e8365c14e625ecfad55df98150a2395cd62a21 Mon Sep 17 00:00:00 2001 From: Ruoxuan Wang <52271048+ruowan@users.noreply.github.com> Date: Mon, 9 May 2022 11:22:06 +0800 Subject: [PATCH 1/2] Update comment.yml --- .github/comment.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.github/comment.yml b/.github/comment.yml index 31797aae2291..b72f243b1b39 100644 --- a/.github/comment.yml +++ b/.github/comment.yml @@ -6,6 +6,7 @@ booleanFilterExpression: "!(ARMSignedOff||ARMChangesRequested||Approved-OkToMerge||WaitForARMRevisit)" onCheckedLabels: - WaitForARMFeedback + - ARMReview onCheckedComments: "Hi, @${PRAuthor} your PR are labelled with WaitForARMFeedback. A notification email will be sent out shortly afterwards to notify ARM review board(armapireview@microsoft.com)." - rule: @@ -56,4 +57,23 @@ - "update existing version to fix swagger quality issue in s360" onCheckedLabels: - FixS360 + +- rule: + type: label + label: WaitForARMFeedback + onLabeledRemoveLabels: + - ARMChangesRequested + +- rule: + type: label + label: ARMSignedOff + onLabeledRemoveLabels: + - WaitForARMFeedback + +- rule: + type: unlabeled + label: ARMChangesRequested + onUnlabeledAddLabels: + - WaitForARMFeedback + - ARMReview From fb4fe0bef968c3c8ab574968c6507893ac415592 Mon Sep 17 00:00:00 2001 From: Ruoxuan Wang <52271048+ruowan@users.noreply.github.com> Date: Mon, 9 May 2022 14:57:58 +0800 Subject: [PATCH 2/2] Update comment.yml --- .github/comment.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/comment.yml b/.github/comment.yml index b72f243b1b39..1e1a85cf3d97 100644 --- a/.github/comment.yml +++ b/.github/comment.yml @@ -69,6 +69,7 @@ label: ARMSignedOff onLabeledRemoveLabels: - WaitForARMFeedback + - ARMChangesRequested - rule: type: unlabeled