Skip to content

Commit 4059093

Browse files
vaindclauderomtsn
authored
chore(ci): Migrate danger workflow from v2 to v3 (#467)
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> Co-authored-by: Roman Zavarnitsyn <rom4ek93@gmail.com>
1 parent cf905eb commit 4059093

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/danger.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ on:
66

77
jobs:
88
danger:
9-
uses: getsentry/github-workflows/.github/workflows/danger.yml@v2
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: getsentry/github-workflows/danger@v3

0 commit comments

Comments
 (0)