docs: Pin action examples to v0.9.0 commit SHA#112
Merged
Conversation
Replace `@v0` / `@main` references in action documentation, sample workflows, and the relune skill snippet with a full commit SHA plus trailing `# v0.9.0` comment, matching the convention this repository's own workflows use for every external action. Drop the pre-release `[!IMPORTANT]` blocks now that v0.9.0 is tagged.
Code Metrics Report
Details | | main (f8be3e4) | #112 (5420e52) | +/- |
|---------------------|----------------|----------------|------|
| Coverage | 94.6% | 94.6% | 0.0% |
| Files | 81 | 81 | 0 |
| Lines | 36827 | 36827 | 0 |
| Covered | 34864 | 34864 | 0 |
- | Test Execution Time | 1m37s | 2m30s | +53s |Reported by octocov |
Schema reviewTip ✅ No risk findings — schema changes look safe to merge. |
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.
Summary
mhiro2/relune/actionreferences in docs and sample workflows to the v0.9.0 commit SHA with a trailing# v0.9.0comment, matching the SHA-pin convention this repo already uses for every external action (e.g.peter-evans/find-comment@<sha> # v3.1.0).[!IMPORTANT]notes about@v0/@mainfromaction/README.mdanddocs/github-actions.mdnow that v0.9.0 is tagged.Changes
@v0/@mainreference in action/README.md, docs/github-actions.md, action/examples/relune-review.yaml, docs/examples/migration-diff.yaml, docs/examples/schema-diff-artifact.yaml, and skills/relune/SKILL.md with@f8be3e419d61e3b364e84dcaa0c4c0ae8ec148ce # v0.9.0so users copy-pasting the snippets get a reproducible pin.@mainwith the next tagged release" note.[!IMPORTANT]blocks from action/README.md and docs/github-actions.md.