From 4ace6b6ef26fc86201fd0b8fe88db86c94f65187 Mon Sep 17 00:00:00 2001 From: Jared Parsons Date: Thu, 31 Jul 2025 09:12:10 -0700 Subject: [PATCH] Remove untriaged label automation The `Status` field on our project board supercedes this label. Removing it since it's no longer used. --- .github/policies/resourceManagement.yml | 28 ------------------------- 1 file changed, 28 deletions(-) diff --git a/.github/policies/resourceManagement.yml b/.github/policies/resourceManagement.yml index 7039575ec2659..5738ee47aae0c 100644 --- a/.github/policies/resourceManagement.yml +++ b/.github/policies/resourceManagement.yml @@ -277,34 +277,6 @@ configuration: then: - closeIssue - - description: Add "untriaged" label on new issues - triggerOnOwnActions: false - if: - - payloadType: Issues - - not: - hasLabel: - label: untriaged - - and: - - isAction: - action: Opened - then: - - addLabel: - label: untriaged - - - description: Remove "untriaged" label from issues when closed or added to a milestone - triggerOnOwnActions: false - if: - - payloadType: Issues - - or: - - isAction: - action: Closed - - isPartOfAnyMilestone - - hasLabel: - label: untriaged - then: - - removeLabel: - label: untriaged - - description: Add breaking change doc instructions to issue if: - payloadType: Issues