Skip to content

Commit

Permalink
Stop adding customer-reported tag (#3357)
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheeguerin authored May 14, 2024
1 parent 30f66f0 commit 69d6cb7
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/policies/issues.triage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,27 +22,5 @@ configuration:
- addLabel:
label: needs-triage

- description: Adds `customer-reported` label for new issues reported by non contributors
if:
- payloadType: Issues
- isAction:
action: Opened
- and:
- not:
activitySenderHasPermission:
permission: Write
- not:
activitySenderHasAssociation:
association: Member
- not:
activitySenderHasAssociation:
association: Collaborator
- not:
activitySenderHasPermission:
permission: Admin
then:
- addLabel:
label: customer-reported

onFailure:
onSuccess:

0 comments on commit 69d6cb7

Please sign in to comment.