Skip to content

ci: triage new issues with Codex - #1257

Open
DaleSeo wants to merge 1 commit into
mainfrom
DaleSeo/issue-triage
Open

ci: triage new issues with Codex#1257
DaleSeo wants to merge 1 commit into
mainfrom
DaleSeo/issue-triage

Conversation

@DaleSeo

@DaleSeo DaleSeo commented Sep 10, 2026

Copy link
Copy Markdown
Member

Motivation and Context

triage.yml has been disabled with if: false since #714. This PR replaces the disabled Bash triage script with a AI-powered workflow that labels new issues. As guided in Maintain Codex account auth in CI/CD, the workflow restores auth.json from a secret, refreshes it during the run, and writes it back afterward.

This repository has two configured secrets, CODEX_AUTH_JSON and CODEX_AUTH_STORE_TOKEN. The second one is a fine-grained PAT because GITHUB_TOKEN does not have the secrets scope and cannot persist the refreshed file.

How Has This Been Tested?

Tested via workflow_dispatch against issue #1251:
https://github.com/modelcontextprotocol/rust-sdk/actions/runs/34541690342

Breaking Changes

None.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update

Checklist

  • I have read the MCP Documentation
  • My code follows the repository's style guidelines
  • New and existing tests pass locally
  • I have added appropriate error handling
  • I have added or updated documentation as needed

@github-actions github-actions Bot added T-CI Changes to CI/CD workflows and configuration T-config Configuration file changes labels Sep 10, 2026
@DaleSeo
DaleSeo force-pushed the DaleSeo/issue-triage branch from 063bf63 to bc2e160 Compare September 10, 2026 23:20
@DaleSeo
DaleSeo force-pushed the DaleSeo/issue-triage branch from bc2e160 to 34957bb Compare September 10, 2026 23:27
@DaleSeo
DaleSeo marked this pull request as ready for review September 10, 2026 23:36
@DaleSeo
DaleSeo requested a review from a team as a code owner September 10, 2026 23:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

T-CI Changes to CI/CD workflows and configuration T-config Configuration file changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant