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 6001508 commit fde4fcb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/run-danger.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: ☢️ Danger

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

jobs:
dangermattic:
uses: Automattic/dangermattic/.github/workflows/reusable-run-danger.yml@iangmaia/danger-on-gha
secrets:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit fde4fcb

Please sign in to comment.