Use standard runners for issue triage framework jobs - #55661
Draft
nagilson wants to merge 1 commit into
Draft
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
Azure Pipelines: Successfully started running 2 pipeline(s). 1 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
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.
Summary
roles: all; non-maintainer issue authors are already authorizedubuntu-latestinstead ofubuntu-slimRoot cause
The workflow did trigger for non-maintainer issue #55639 as actor
damienhoneyford, but itspre_activationjob never acquired a runner and was canceled after exactly 15 minutes withrunner_id: 0, zero steps, and zero billable milliseconds:https://github.com/dotnet/sdk/actions/runs/31119268940
GitHub documents that
ubuntu-slimhas a hard 15-minute job timeout:https://docs.github.com/en/actions/reference/runners/github-hosted-runners#single-cpu-runners
The gh-aw documentation says
roles: allallows any user andruns-on-slimcontrols generated framework jobs:https://github.github.com/gh-aw/reference/triggers/
https://github.github.com/gh-aw/reference/frontmatter/
A separate fork test confirms the existing permissions work for a non-maintainer. Issue
nagilson/sdk#128, opened byToxitricitywithauthor_association: NONE, automatically triggered and completed successfully:https://github.com/nagilson/sdk/actions/runs/31130404269
Validation
gh aw compile issue-triage --strictcompleted with zero errors and zero warnings.Fixes #55652
Live branch-ref validation: https://github.com/nagilson/sdk/actions/runs/31133889908 assigned pre_activation to the requested
ubuntu-latestlabel and completed that job successfully.