Skip to content

Commit c35e223

Browse files
denelonCopilot
andcommitted
Add Needs-Author-Feedback back to triageLabels
Per Trenly's review: Needs-Author-Feedback is only auto-applied on PR open (localization file changes), not on issue open. It is safe to have it remove Needs-Triage during issue triage. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 53742c6 commit c35e223

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

.github/policies/labelManagement.triageLabels.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,14 @@ configuration:
8888
label: Windows-Sandbox
8989
- labelAdded:
9090
label: Zipped-Binary
91-
# NOTE: Command-*, DSC-Resource, PowerShell, Blocking-Issue,
92-
# and Needs-Author-Feedback are excluded because they are
93-
# auto-applied by issueOpened and would prematurely remove
94-
# Needs-Triage before a human has triaged the issue.
91+
# Needs-Author-Feedback is only auto-applied on PR open (localization),
92+
# not on issue open, so it is safe to include here.
93+
- labelAdded:
94+
label: Needs-Author-Feedback
95+
# NOTE: Command-*, DSC-Resource, PowerShell, and Blocking-Issue
96+
# are excluded because they are auto-applied by issueOpened and
97+
# would prematurely remove Needs-Triage before a human has triaged
98+
# the issue.
9599
then:
96100
- removeLabel:
97101
label: Needs-Triage

0 commit comments

Comments
 (0)