Skip to content

Commit

Permalink
ci: merge multiple GitHub Actions related to DangerJS into one
Browse files Browse the repository at this point in the history
Also, fix the behavior and trigger a new run each time a label is set/unset on a PR.
  • Loading branch information
gaetanmaisse committed Apr 13, 2021
1 parent 07bfb72 commit bfc1912
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 16 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
on: label
name: Dangerfile JS Label
on:
pull_request:
types: [opened, synchronize, reopened, labeled, unlabeled]

name: Danger JS
jobs:
dangerJS:
name: Danger JS
Expand Down
14 changes: 0 additions & 14 deletions .github/workflows/pull_request-dangerfile-js-pull.yml

This file was deleted.

0 comments on commit bfc1912

Please sign in to comment.