Enable exclude_repo_admins for issue triage
Skip adding needs-triage label for issues opened by repo admins. Depends on desktop/gh-cli-and-desktop-shared-workflows#10. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
parent
3fec2e5f7b
commit
1fdcc49ec1
1 changed files with 2 additions and 0 deletions
2
.github/workflows/triage-issues.yml
vendored
2
.github/workflows/triage-issues.yml
vendored
|
|
@ -7,6 +7,8 @@ jobs:
|
|||
label-incoming:
|
||||
if: github.event.action == 'opened' || github.event.action == 'reopened' || github.event.action == 'unlabeled'
|
||||
uses: desktop/gh-cli-and-desktop-shared-workflows/.github/workflows/triage-label-incoming.yml@main
|
||||
with:
|
||||
exclude_repo_admins: true
|
||||
permissions:
|
||||
issues: write
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue