Skip to content

Commit ea35173

Browse files
Copilotfriggeri
andauthored
Fix issue-triage workflow to add labels via add-labels safe-output (#6)
* Initial plan * Add add-labels safe-output to issue-triage workflow Co-authored-by: friggeri <106686+friggeri@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: friggeri <106686+friggeri@users.noreply.github.com>
1 parent 5dedfac commit ea35173

2 files changed

Lines changed: 46 additions & 3 deletions

File tree

.github/workflows/issue-triage.lock.yml

Lines changed: 42 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/issue-triage.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ tools:
1919
safe-outputs:
2020
add-comment:
2121
max: 2
22+
add-labels:
23+
allowed: [bug, enhancement, question, documentation, sdk/dotnet, sdk/go, sdk/nodejs, sdk/python, priority/high, priority/low, testing, security, needs-info, duplicate]
24+
max: 10
25+
target: triggering
2226
update-issue:
2327
target: triggering
2428
close-issue:

0 commit comments

Comments
 (0)