Skip to content

chore: pin stale branch action to release tag and add dry-run to release pipeline#15

Open
GoogilyBoogily wants to merge 1 commit into
feat/release-notesfrom
feat/stale-cleanup
Open

chore: pin stale branch action to release tag and add dry-run to release pipeline#15
GoogilyBoogily wants to merge 1 commit into
feat/release-notesfrom
feat/stale-cleanup

Conversation

@GoogilyBoogily
Copy link
Copy Markdown
Contributor

Summary

Two unrelated housekeeping changes.

stale-cleanup.yml

  • fpicalausa/remove-stale-branches was pinned to a raw commit SHA (7c4f2afe...). Updated to the latest release tag v2.6.1 for auditability and easier dependency tracking. (actions/stale@v10 is already on the latest major version — no change needed.)

release-pipeline.yml

  • Adds a dry-run boolean input (default false) to the reusable workflow.
  • Threads it through to all three publish steps: version-bump, npm-publish, and release-notes.
  • Enables safe end-to-end testing of the full pipeline without publishing to npm or creating a GitHub release.

Test plan

  • Trigger release-pipeline with dry-run: true — pipeline runs fully, no npm publish, no GitHub release created
  • Stale cleanup runs without errors on next scheduled run

Copilot AI review requested due to automatic review settings May 29, 2026 15:54
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

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-branches from a raw SHA to v2.6.1.
  • Add dry-run input (default false) on release-pipeline.yml and forward it to version-bump, npm-publish, and release-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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants