Skip to content

Commit 4168c1b

Browse files
authored
ci: adopt Danger with Sentry's shared config
1 parent bec93d2 commit 4168c1b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/danger.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: Danger
2+
3+
on:
4+
pull_request:
5+
types: [opened, synchronize, reopened, edited, ready_for_review]
6+
7+
jobs:
8+
danger:
9+
uses: getsentry/github-workflows/.github/workflows/danger.yml@v2

0 commit comments

Comments
 (0)