We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59ba37f commit cd71888Copy full SHA for cd71888
.github/workflows/danger.yml
@@ -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