Allow issue triage workflow to run for all users#32
Merged
Conversation
Co-authored-by: friggeri <106686+friggeri@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update triage agent to run for all issue submitters
Allow issue triage workflow to run for all users
Jan 16, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request removes repository permission restrictions from the issue triage workflow, enabling it to automatically triage issues opened by external contributors without write access.
Changes:
- Added
roles: allconfiguration to the issue triage workflow frontmatter - Recompiled the workflow, automatically removing the role-checking pre-activation job
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
.github/workflows/issue-triage.md |
Added roles: all to frontmatter to allow workflow execution for all users regardless of repository permissions |
.github/workflows/issue-triage.lock.yml |
Compiled workflow with removed pre_activation job and its role-checking logic, allowing workflow to run without permission restrictions |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
SteveSandersonMS
approved these changes
Jan 19, 2026
This was referenced Jan 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The issue triage agent only triggered for users with write permissions (
admin,maintainer,write), preventing automatic triage of issues opened by external contributors.Changes
roles: allto.github/workflows/issue-triage.mdfrontmatterpre_activationjob that enforced role restrictionsResult
The workflow now runs when anyone opens an issue, regardless of repository permissions.
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.