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).

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 <[email protected]>
uses: getsentry/github-workflows/.github/workflows/danger.yml@v2
runs-on: ubuntu-latest
steps:
- uses: getsentry/github-workflows/danger@v3
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Danger Workflow Migration Missing Checkout

Migrating the Danger workflow from a reusable workflow to a composite action introduced a missing repository checkout step. This prevents Danger from accessing the files it needs to analyze pull request changes.

Fix in Cursor Fix in Web

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.

1 participant