Skip to content

Commit

Permalink
Updated mergify config
Browse files Browse the repository at this point in the history
  • Loading branch information
david-driscoll committed Aug 30, 2020
1 parent 835b890 commit b994b23
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,22 @@ pull_request_rules:
merge:
method: squash
strict: smart+fasttrack
- name: auto merge javascript
conditions:
- 'label=javascript'
- author~=^dependabot(|-preview)\[bot\]$
actions:
label:
add:
- ':shipit: merge'
- name: auto merge github-actions
conditions:
- 'label=github-actions'
- author~=^dependabot(|-preview)\[bot\]$
actions:
label:
add:
- ':shipit: merge'
- name: automatic merge when GitHub branch protection passes
conditions:
- merged
Expand Down

0 comments on commit b994b23

Please sign in to comment.