ci: combine AI issue triage with a maintainer rotation as the responsible reviewer - #1260
Open
alexhancock wants to merge 2 commits into
Open
ci: combine AI issue triage with a maintainer rotation as the responsible reviewer#1260alexhancock wants to merge 2 commits into
alexhancock wants to merge 2 commits into
Conversation
alexhancock
force-pushed
the
alexhancock/ai-triage-with-human-backstop
branch
from
September 12, 2026 01:29
358347f to
fa29cdf
Compare
DaleSeo
reviewed
Sep 14, 2026
alexhancock
added a commit
that referenced
this pull request
Sep 14, 2026
Addresses review feedback on #1260: * actions/checkout was pinned to v5.0.0 in the classify job while every other workflow in the repo uses v7.0.1. Restored to v7.0.1. * actions/github-script was pinned to 373c709c, which is the v9 annotated tag object rather than a commit, so the ref did not resolve. Replaced with 3a2844b7, the commit v9.0.0 dereferences to. * The workflow re-triages on `reopened`. Assignment now no-ops when the item already has an assignee, so an existing owner is not swapped for whoever is on rotation the week it reopens, and no duplicate comment is posted. The check runs before the roster lookup.
|
|
||
| - name: Install Codex | ||
| run: npm install -g @openai/codex | ||
|
|
alexhancock
force-pushed
the
alexhancock/ai-triage-with-human-backstop
branch
from
September 14, 2026 19:33
a4e54ea to
1aa6bd6
Compare
alexhancock
force-pushed
the
alexhancock/ai-triage-with-human-backstop
branch
from
September 14, 2026 19:34
1aa6bd6 to
8d9deb3
Compare
alexhancock
marked this pull request as ready for review
September 14, 2026 19:35
DaleSeo
approved these changes
Sep 14, 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.
Motivation and Context
Supersedes #1257 and #1254 by combining the ideas. This combines both into a single
triage.ymlwith two stages:Codex classification is scoped to issues only. PRs already get their
T-*labels from the diff viaauto-label-pr.yml, so running the model over them wouldn't serve much triaging purpose.Also addresses @DaleSeo's feedback on #1254
How Has This Been Tested?
actionlintcleanworkflow_dispatchwithdry_run(default true) which logs the verdict and the rotation pick and changes nothingBreaking Changes
N/A
Types of changes
Checklist