diff --git a/.github/policies/issueManagement-notTriaged.yml b/.github/policies/issueManagement-notTriaged.yml index 67af06d5b1d5..4a83eef585da 100644 --- a/.github/policies/issueManagement-notTriaged.yml +++ b/.github/policies/issueManagement-notTriaged.yml @@ -10,19 +10,23 @@ configuration: eventResponderTasks: - description: >- Add "not triaged" label when: + * Issue is not for Blazor or Blazor Hybrid * Issue is opened * Issue is reopened * 'needs-more-info' label removed + filters: + - isNotLabeledWith: + label: 'blazor/subsvc' + - isNotLabeledWith: + label: 'blazor-hybrid/subsvc' if: - payloadType: Issues - or: - - or: - isAction: action: Opened - isAction: - action: Reopened - + action: Reopened - labelRemoved: label: 'needs-more-info' then: @@ -43,7 +47,6 @@ configuration: action: Closed - isActivitySender: issueAuthor: true - - labelAdded: label: 'reQUEST' then: diff --git a/.github/policies/labelAdded-areaLabels.yml b/.github/policies/labelAdded-areaLabels.yml index 21463fdf4789..3a30cf07f627 100644 --- a/.github/policies/labelAdded-areaLabels.yml +++ b/.github/policies/labelAdded-areaLabels.yml @@ -14,7 +14,7 @@ configuration: if: - payloadType: Issues - labelAdded: - label: 'grpc/subsv' + label: 'grpc/subsvc' then: - addLabel: 'gRPC'