Skip to content

Commit

Permalink
chore(mergify): add 'auto merged' label (#527)
Browse files Browse the repository at this point in the history
This allows us to easily find and audit auto merged PRs
  • Loading branch information
marchello2000 committed Oct 23, 2019
1 parent 008689f commit 2f44740
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ pull_request_rules:
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 All @@ -17,3 +19,5 @@ pull_request_rules:
merge:
method: squash
strict: smart
label:
add: ["auto merged"]

0 comments on commit 2f44740

Please sign in to comment.