diff --git a/.github/policies/resourceManagement.yml b/.github/policies/resourceManagement.yml index f10d1216d..f6cff8991 100644 --- a/.github/policies/resourceManagement.yml +++ b/.github/policies/resourceManagement.yml @@ -286,5 +286,17 @@ configuration: - addLabel: label: 'Needs-Attention :wave:' description: + - if: + - payloadType: Issues + - and: + - isOpen + - not: + and: + - isAssignedToSomeone + - isLabeled + then: + - addLabel: + label: 'Needs-Triage :mag:' + description: 'Adding needs triage label to newly opened issues' onFailure: onSuccess: