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:
tidy-dev 2026-03-04 06:30:32 -05:00
parent 3fec2e5f7b
commit 1fdcc49ec1

View file

@ -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