Conversation
6faa057 to
3a368ce
Compare
There was a problem hiding this comment.
Pull request overview
Updates the GitHub Actions workflow used to run knope prepare-release by changing the pinned revision of the knope-dev/action, keeping the release-preparation automation up to date.
Changes:
- Bump
knope-dev/actionfrom one pinned commit SHA to another in theprepare-releaseworkflow.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| git config --global user.name github-actions[bot] | ||
| git config --global user.email 41898282+github-actions[bot]@users.noreply.github.com | ||
| - uses: knope-dev/action@v2.1.1 | ||
| - uses: knope-dev/action@1ba8f6acf146130c3f5b196465018aa9f553381a |
There was a problem hiding this comment.
The PR title/description suggests switching to a commit-hash pin, but this workflow was already pinned to a full 40-character SHA before. If the intent is to bump knope-dev/action to a newer revision, consider updating the PR title/description to reflect that to avoid confusion during release audits.
| - uses: knope-dev/action@1ba8f6acf146130c3f5b196465018aa9f553381a | ||
| - run: knope prepare-release --verbose |
There was a problem hiding this comment.
This repo is configured to use knope changesets (see knope.toml workflow step CreateChangeFile and existing .changeset/*.md files). Consider adding a small changeset entry noting the knope GitHub Action revision bump, unless CI/workflow-only changes are intentionally exempt from changelog entries.
No description provided.