Skip to content

Fix stale lock file for issue-triage workflow - #8428

Open
tay1orjones with Copilot wants to merge 2 commits into
mainfrom
copilot/update-lock-file-for-issue-triage
Open

tay1orjones with Copilot wants to merge 2 commits into
mainfrom
copilot/update-lock-file-for-issue-triage

Conversation

Copilot AI commented Sep 18, 2026

Copy link
Copy Markdown
Contributor

Issue triage's agentic workflow was failing to run because issue-triage.lock.yml no longer matched its issue-triage.md source, tripping gh-aw's stale-lock-file guard.

Changes

  • Recompiled .github/workflows/issue-triage.lock.yml from .github/workflows/issue-triage.md using gh-aw compile (v0.88.2)
  • Adds the missing id-token: none permission to the activation job and refreshes the embedded frontmatter hash so the lock file matches source again

No changes to workflow behavior or source markdown; this is a regeneration of the compiled artifact only.

Changelog

New

Changed

  • Regenerated issue-triage.lock.yml to sync with issue-triage.md

Removed

Rollout strategy

  • Patch release
  • Minor release
  • Major release; if selected, include a written rollout or migration plan
  • None; if selected, include a brief description as to why

Generated GitHub Actions workflow file, not part of the published @primer/react package.

Testing & Reviewing

Verified gh-aw compile issue-triage produces no further diff, confirming the lock file is now in sync with its source markdown.

@changeset-bot

changeset-bot Bot commented Sep 18, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 06e84bc

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copilot AI linked an issue Sep 18, 2026 that may be closed by this pull request
Co-authored-by: tay1orjones <3360588+tay1orjones@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix stale lock file for issue triage workflow Fix stale lock file for issue-triage workflow Sep 18, 2026
Copilot AI requested a review from tay1orjones September 18, 2026 17:48
@tay1orjones
tay1orjones marked this pull request as ready for review September 18, 2026 18:10
@tay1orjones
tay1orjones requested a review from a team as a code owner September 18, 2026 18:10
@tay1orjones
tay1orjones requested review from francinelucca and a lite review from Copilot September 18, 2026 18:10

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟢 Approval recommended

The compiled lock file is synchronized with its source, with no unresolved review issues.

Pull request overview

Regenerates the issue-triage workflow lock file to match its source and clear stale-lock validation.

Changes:

  • Refreshes the embedded frontmatter hash.
  • Adds id-token: none to the activation job permissions.
File summaries
File Description
.github/workflows/issue-triage.lock.yml Regenerated workflow artifact metadata and permissions.
Review details
  • Files reviewed: 1/1 changed files
  • Comments generated: 0
  • Review effort level: Lite

💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.

@github-actions github-actions Bot added the integration-tests: recommended This change needs to be tested for breaking changes. See https://arc.net/l/quote/tdmpakpm label Sep 18, 2026
@github-actions

Copy link
Copy Markdown
Contributor

⚠️ Action required

👋 Hi, this pull request contains changes to the source code that github/github-ui depends on. If you are GitHub staff, test these changes with github/github-ui using the integration workflow. Check the integration testing docs for step-by-step instructions. Or, apply the integration-tests: skipped manually label to skip these checks.

@francinelucca francinelucca added the skip changeset This change does not need a changelog label Sep 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

integration-tests: recommended This change needs to be tested for breaking changes. See https://arc.net/l/quote/tdmpakpm skip changeset This change does not need a changelog

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[aw] Issue triage has stale lock file

4 participants