build: update pinned ci-tools to a98f5d0 - #201
Merged
Merged
Conversation
There was a problem hiding this comment.
Copilot review overview
🟢 Approval recommended
No unresolved review issues were identified.
Review effort: Lite
Findings: None
What changed in this PR
Updates all pinned dfinity/ci-tools references to commit a98f5d0, including the app-token changelog workflow fix.
Changes:
- Refreshes CI, release, documentation, audit, and validation action pins.
- Updates reusable changelog and commit-validation workflows.
| File | Summary |
|---|---|
.github/workflows/test.yml |
Updates PNPM setup pin |
.github/workflows/release.yml |
Updates release action pins |
.github/workflows/publish-docs.yml |
Updates documentation action pins |
.github/workflows/generate-changelog.yml |
Updates changelog workflow pin |
.github/workflows/create-release-pr.yml |
Updates release PR action pins |
.github/workflows/commitizen.yml |
Updates validation workflow pins |
.github/workflows/codestyle.yml |
Updates PNPM setup pin |
.github/workflows/audit.yml |
Updates PNPM setup pin |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
sea-snake
approved these changes
Sep 25, 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.
Picks up dfinity/ci-tools#94.
bdfe993..a98f5d0is only that commit.Since
reuse_branch(dfinity/ci-tools#80), the changelog pull request is force pushed on every push tomain, and those pushes came from the default token asgithub-actions[bot]. Its workflows then waited for approval, and requiredpull_request_targetworkflows such as the External PR Ruleset never ran, which blocks the pull request even when approved (e.g. dfinity/pic-js#290). With #94, the branch is pushed with the app token instead.🤖 Generated with Claude Code