Skip to content

Commit 0be066d

Browse files
authored
Remove untriaged label automation (#79701)
The `Status` field on our project board supercedes this label. Removing it since it's no longer used.
1 parent 981ac6e commit 0be066d

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

.github/policies/resourceManagement.yml

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -277,34 +277,6 @@ configuration:
277277
then:
278278
- closeIssue
279279

280-
- description: Add "untriaged" label on new issues
281-
triggerOnOwnActions: false
282-
if:
283-
- payloadType: Issues
284-
- not:
285-
hasLabel:
286-
label: untriaged
287-
- and:
288-
- isAction:
289-
action: Opened
290-
then:
291-
- addLabel:
292-
label: untriaged
293-
294-
- description: Remove "untriaged" label from issues when closed or added to a milestone
295-
triggerOnOwnActions: false
296-
if:
297-
- payloadType: Issues
298-
- or:
299-
- isAction:
300-
action: Closed
301-
- isPartOfAnyMilestone
302-
- hasLabel:
303-
label: untriaged
304-
then:
305-
- removeLabel:
306-
label: untriaged
307-
308280
- description: Add breaking change doc instructions to issue
309281
if:
310282
- payloadType: Issues

0 commit comments

Comments
 (0)