We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 69fd16a + 2bdbd09 commit 24d6131Copy full SHA for 24d6131
1 file changed
.github/workflows/danger.yml
@@ -0,0 +1,22 @@
1
+name: Danger
2
+
3
+on:
4
+ pull_request:
5
+ types: [opened, synchronize, reopened, edited]
6
7
+permissions:
8
+ contents: read
9
+ pull-requests: write
10
11
+jobs:
12
+ danger:
13
+ runs-on: ubuntu-latest
14
+ steps:
15
+ - uses: actions/checkout@v4
16
+ with:
17
+ ref: ${{ github.event.pull_request.head.sha }}
18
+ fetch-depth: 0
19
20
+ - uses: softwareone-platform/one-danger@v1
21
22
+ token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments