Skip to content

Conversation

vaind
Copy link

@vaind vaind commented Oct 10, 2025

Summary

Migrates the Danger workflow from v2 (reusable workflow) to v3 (composite action).

This PR supersedes the incorrect migration in #465 which only updated the version number but did not change the workflow structure. The v2 to v3 migration is a breaking change that requires converting from a reusable workflow pattern to a composite action pattern.

Changes

  • Converted uses: getsentry/github-workflows/.github/workflows/danger.yml@v2 (reusable workflow)
  • To runs-on: ubuntu-latest + uses: getsentry/github-workflows/danger@v3 (composite action)

Benefits

  • Latest Danger JS version (v13.0.4)
  • Better conventional commit scope handling
  • Enhanced support for non-conventional PR titles

#skip-changelog

🤖 Generated with Claude Code

Converts danger workflow from reusable workflow (v2) to composite action (v3). This is a breaking change that requires restructuring the job definition. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant