Skip to content

Commit

Permalink
Add s/triaged label for issues opened by core team (dotnet#21775)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfversluis authored Apr 11, 2024
1 parent 478f174 commit 01e72e2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/policies/resourceManagement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -579,5 +579,15 @@ configuration:
- removeLabel:
label: s/try-latest-version
description: Remove 's/try-latest-version' when new reply from author comes in
- if:
- payloadType: Issues
- activitySenderHasPermission:
permission: Write
- isAction:
action: Opened
then:
- addLabel:
label: s/triaged
description: Add 's/triaged' label to issues opened by the core team, we assume these issues do not need triaging
onFailure:
onSuccess:

0 comments on commit 01e72e2

Please sign in to comment.