From 69d6cb78ad7116eb38ee84f41a9ec479906ac952 Mon Sep 17 00:00:00 2001 From: Timothee Guerin Date: Tue, 14 May 2024 13:59:19 -0700 Subject: [PATCH] Stop adding `customer-reported` tag (#3357) --- .github/policies/issues.triage.yml | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/.github/policies/issues.triage.yml b/.github/policies/issues.triage.yml index 8ad68f2c5..07af269cd 100644 --- a/.github/policies/issues.triage.yml +++ b/.github/policies/issues.triage.yml @@ -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: