Skip to content

Commit

Permalink
Merge pull request #23001 from storybookjs/improve-danger
Browse files Browse the repository at this point in the history
CI: Improve danger workflow
  • Loading branch information
JReinhold committed Jun 9, 2023
2 parents cb2c311 + db1e107 commit 9bd8aa4
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/workflows/danger-js.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
on:
pull_request:
types: [opened, synchronize, reopened, labeled, unlabeled, edited]
types:
- opened
- synchronize
- reopened
- labeled
- unlabeled
- edited
branches:
- main
- next

concurrency:
group: ${{ github.workflow }}-${{ github.event.number }}
cancel-in-progress: true

name: Danger JS
jobs:
Expand Down

0 comments on commit 9bd8aa4

Please sign in to comment.