Skip to content

Commit

Permalink
Add triage label to each new issue not by maintainer
Browse files Browse the repository at this point in the history
  • Loading branch information
mstoykov committed Aug 24, 2023
1 parent d5b28fb commit 4420719
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/issue-auto-assign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,9 @@ jobs:
issue_number: context.issue.number,
assignees: getNRandom(assigneeCount, assignees),
});
github.rest.issues.addLabels({
owner: context.repo.owner,
repo: context.repo.repo,
issue_number: context.issue.number,
labels: ["triage"]
});

0 comments on commit 4420719

Please sign in to comment.