Skip to content

Commit

Permalink
Add Danger run workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
iangmaia committed Dec 22, 2023
1 parent 69e15c5 commit b737c66
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/run-danger.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: ☢️ Danger

on:
pull_request:
types: [opened, synchronize, edited, review_requested, review_request_removed, labeled, unlabeled, milestoned, demilestoned]

jobs:
dangermattic:
if: github.event.number > 0
uses: Automattic/dangermattic/.github/workflows/reusable-run-danger.yml@iangmaia/danger-on-gha
secrets:
github-token: ${{ secrets.DANGERMATTIC_GITHUB_API_TOKEN }}

0 comments on commit b737c66

Please sign in to comment.