Skip to content

Replace removed transferwise/sanitize-branch-name action with local composite action - #21394

Merged
kylos101 merged 2 commits into
mainfrom
kb/fix-sanitize-branch-name-action
Apr 13, 2026
Merged

Replace removed transferwise/sanitize-branch-name action with local composite action#21394
kylos101 merged 2 commits into
mainfrom
kb/fix-sanitize-branch-name-action

Conversation

@kylos101

Copy link
Copy Markdown
Contributor

Description

The transferwise/sanitize-branch-name GitHub Action repository is no longer publicly accessible, breaking all workflows that reference it.

This replaces it with a local composite action at .github/actions/sanitize-branch-name/ that does the same thing: takes the current branch name and replaces characters invalid in Docker tags/version strings with hyphens.

Same fix as https://github.com/gitpod-io/gitpod-next/pull/18708.

Related Issue(s)

N/A

How to test

Any CI workflow that runs the "Determine Branch" step will exercise the new composite action.

The transferwise/sanitize-branch-name GitHub Action repo is no longer
publicly accessible, breaking CI. Replace with an equivalent local
composite action.

Co-authored-by: Ona <no-reply@ona.com>
Local composite actions require the repo to be checked out first.
Uses sparse-checkout to only fetch .github/actions for speed.

Co-authored-by: Ona <no-reply@ona.com>
@kylos101
kylos101 merged commit b1f3144 into main Apr 13, 2026
14 checks passed
@kylos101
kylos101 deleted the kb/fix-sanitize-branch-name-action branch April 13, 2026 15:18
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