Skip to content

Conversation

@vaind
Copy link
Contributor

@vaind vaind commented Oct 11, 2025

Summary

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

This PR correctly converts the workflow structure from:

jobs:
  danger:
    uses: getsentry/github-workflows/.github/workflows/danger.yml@v2

To:

jobs:
  danger:
    runs-on: ubuntu-latest
    steps:
      - uses: getsentry/github-workflows/danger@v3

Benefits

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

Closes #359

#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 <[email protected]>
@buenaflor buenaflor merged commit 0465244 into main Oct 13, 2025
21 checks passed
@buenaflor buenaflor deleted the chore/migrate-danger-v3 branch October 13, 2025 08:50
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