Skip to content

Commit 1e4690d

Browse files
authored
chore: use reusable Danger workflow (#2253)
1 parent 3d89dea commit 1e4690d

File tree

2 files changed

+4
-86
lines changed

2 files changed

+4
-86
lines changed

.github/workflows/danger.yml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,9 @@
1-
name: "Danger"
1+
name: Danger
2+
23
on:
34
pull_request:
45
types: [opened, synchronize, reopened, edited, ready_for_review]
56

67
jobs:
7-
build:
8-
name: Changelog
9-
runs-on: ubuntu-latest
10-
steps:
11-
- uses: actions/checkout@v2
12-
with:
13-
fetch-depth: 0
14-
- run: npx danger ci
15-
env:
16-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8+
danger:
9+
uses: getsentry/github-workflows/.github/workflows/danger.yml@v2

dangerfile.js

Lines changed: 0 additions & 75 deletions
This file was deleted.

0 commit comments

Comments
 (0)