Skip to content

Conversation

@vaind
Copy link
Collaborator

@vaind vaind commented Oct 10, 2025

Summary

Migrates the Danger workflow from v3 reusable workflow to v3 composite action.

This change converts the job definition from:

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

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

#skip-changelog

🤖 Generated with Claude Code

Converts danger workflow from reusable workflow (v3) 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>
@buenaflor buenaflor merged commit f18bc8f into main Oct 13, 2025
8 checks passed
@buenaflor buenaflor deleted the chore/migrate-danger-workflow-to-composite-action branch October 13, 2025 08:32
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