Skip to content

Commit

Permalink
feat(mergify): Allow OSS approvers to autosubmit (#3324)
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis Tomsu committed Dec 2, 2019
1 parent 83d0ab6 commit 64f3c26
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .mergify.yml
Expand Up @@ -10,6 +10,17 @@ pull_request_rules:
strict: smart
label:
add: ["auto merged"]
- name: Automatically merge PRs from maintainers on CI success and review
conditions:
- status-success=continuous-integration/travis-ci/pr
- "label=ready to merge"
- "author=@oss-approvers"
actions:
merge:
method: squash
strict: smart
label:
add: ["auto merged"]
- name: Automatically merge kork autobump PRs on CI success
conditions:
- status-success=continuous-integration/travis-ci/pr
Expand Down

0 comments on commit 64f3c26

Please sign in to comment.