Skip to content

Commit cd71888

Browse files
authored
Add Danger GitHub Action workflow for pull request checks (#893)
1 parent 59ba37f commit cd71888

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)