Skip to content

ci(release): Switch from action-prepare-release to Craft#219

Merged
BYK merged 24 commits intomainfrom
ci/migrate-to-craft-action
Jan 16, 2026
Merged

ci(release): Switch from action-prepare-release to Craft#219
BYK merged 24 commits intomainfrom
ci/migrate-to-craft-action

Conversation

@BYK
Copy link
Copy Markdown
Member

@BYK BYK commented Jan 9, 2026

Summary

This PR migrates from the deprecated action-prepare-release to the new Craft GitHub Actions.

Changes

  • Migrated .github/workflows/release-streams.yaml to Craft reusable workflow

Documentation

See https://getsentry.github.io/craft/github-actions/ for more information.

This PR migrates from the deprecated action-prepare-release to the new
Craft GitHub Actions (reusable workflow or composite action).

Changes:
- Migrate .github/workflows/release-streams.yaml to Craft reusable workflow
@BYK BYK requested a review from a team as a code owner January 9, 2026 18:04
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jan 9, 2026

Semver Impact of This PR

None (no version bump detected)

📋 Changelog Preview

This is how your changes will appear in the changelog.
Entries from this PR are highlighted with a left border (blockquote style).


No changelog entries will be generated from this PR.


🤖 This preview updates automatically when you update the PR.

Comment thread .github/workflows/changelog-preview.yml Fixed
Comment thread .github/workflows/release-streams.yaml Fixed
The previous migration incorrectly removed the GitHub App token
authentication step. This commit restores it by switching to the
composite action pattern which preserves the auth flow.
Comment thread .github/workflows/changelog-preview.yml
Comment thread .github/workflows/release-streams.yaml Outdated
path: sentry_streams
- name: Get auth token
id: token
uses: actions/create-github-app-token@v1

This comment was marked as outdated.

Comment thread .github/workflows/release-streams.yaml Outdated
path: sentry_streams
- name: Get auth token
id: token
uses: actions/create-github-app-token@v1

This comment was marked as outdated.

Comment thread .github/workflows/release-streams.yaml Outdated
Comment thread .github/workflows/release-streams.yaml Outdated
Comment thread .github/workflows/release-streams.yaml Outdated
Comment thread .github/workflows/ci.yaml
Comment on lines +35 to +36
- name: Run k8s test
run: make tests-k8s

This comment was marked as outdated.

Comment thread .github/workflows/ci.yaml
Comment thread .github/workflows/ci.yaml
Comment thread .github/workflows/release-streams.yaml
@BYK BYK requested a review from fpacifici January 15, 2026 10:45
@BYK BYK enabled auto-merge (squash) January 15, 2026 10:47
@BYK BYK merged commit 193eae5 into main Jan 16, 2026
21 checks passed
@BYK BYK deleted the ci/migrate-to-craft-action branch January 19, 2026 12:48
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.

3 participants