chore: pin stale branch action to release tag and add dry-run to release pipeline#15
Open
GoogilyBoogily wants to merge 1 commit into
Open
chore: pin stale branch action to release tag and add dry-run to release pipeline#15GoogilyBoogily wants to merge 1 commit into
GoogilyBoogily wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
Pull request overview
Two unrelated housekeeping changes: pin the remove-stale-branches action to a release tag for auditability, and add a dry-run boolean input to the reusable release-pipeline.yml plumbed through to the three publish steps.
Changes:
- Pin
fpicalausa/remove-stale-branchesfrom a raw SHA tov2.6.1. - Add
dry-runinput (defaultfalse) onrelease-pipeline.ymland forward it toversion-bump,npm-publish, andrelease-notes.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/workflows/stale-cleanup.yml | Updates third-party action pin from commit SHA to release tag v2.6.1. |
| .github/workflows/release-pipeline.yml | Adds dry-run workflow_call input and threads it through to the three downstream composite actions. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
a63316e to
e18510b
Compare
e18510b to
b705d98
Compare
6d83903 to
703a04d
Compare
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
Two unrelated housekeeping changes.
stale-cleanup.ymlfpicalausa/remove-stale-brancheswas pinned to a raw commit SHA (7c4f2afe...). Updated to the latest release tagv2.6.1for auditability and easier dependency tracking. (actions/stale@v10is already on the latest major version — no change needed.)release-pipeline.ymldry-runboolean input (defaultfalse) to the reusable workflow.version-bump,npm-publish, andrelease-notes.Test plan
release-pipelinewithdry-run: true— pipeline runs fully, no npm publish, no GitHub release created