Skip to content

chore: Replace broken actions-tagger with github-script for version tagging#881

Merged
kodiakhq[bot] merged 3 commits intomainfrom
claude/xenodochial-bell
Apr 1, 2026
Merged

chore: Replace broken actions-tagger with github-script for version tagging#881
kodiakhq[bot] merged 3 commits intomainfrom
claude/xenodochial-bell

Conversation

@erezrokah
Copy link
Copy Markdown
Member

Summary

Replace the broken Actions-R-Us/actions-tagger action (pinned commit no longer has lib/index.js) with actions/github-script@v8 calling an external script that updates major version tags and the latest tag on release.

@erezrokah erezrokah requested a review from a team as a code owner April 1, 2026 10:59
@erezrokah erezrokah requested review from Copilot and murarustefaan and removed request for a team April 1, 2026 10:59
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

Replaces the broken Actions-R-Us/actions-tagger GitHub Action with actions/github-script@v8 executing a repository script to maintain major-version tags and the latest tag when a release is published/edited.

Changes:

  • Switch versioning.yml to use actions/checkout + actions/github-script and call a local tag-update script.
  • Add .github/scripts/update-major-tag.js to update/create vX and latest tags via the GitHub REST API.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 4 comments.

File Description
.github/workflows/versioning.yml Replaces the previous tagger action with a github-script step that runs a local tagging script.
.github/scripts/update-major-tag.js Implements the logic to update/create major and latest tags for a release using Octokit.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@erezrokah erezrokah changed the title fix: Replace broken actions-tagger with github-script for version tagging chore: Replace broken actions-tagger with github-script for version tagging Apr 1, 2026
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

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@kodiakhq kodiakhq bot merged commit a66652c into main Apr 1, 2026
13 checks passed
@kodiakhq kodiakhq bot deleted the claude/xenodochial-bell branch April 1, 2026 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants