Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch this repo to Mergify. #975

Merged
merged 1 commit into from
Jul 12, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Switch this repo to Mergify.
  • Loading branch information
mtail committed Jul 12, 2019
commit 82246ea28a9b5767e36cba41e2589c06d88487a9
23 changes: 23 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
pull_request_rules:
- name: Automatic merge on CI success and review
conditions:
- status-success=prow/api-presubmit.sh
- status-success=cla/google
- "status-success=ci/circleci: lint"
- "#approved-reviews-by>=1"
- label!=do-not-merge
- label!=do-not-merge/work-in-progress
- label!=do-not-merge/hold
actions:
merge:
method: squash
strict: true

- name: Automatically cherry pick a PR from master to the release branch if the right label is set
conditions:
- base=master
Expand All @@ -7,3 +21,12 @@ pull_request_rules:
backport:
branches:
- release-1.2

- name: Automatically cherry pick a PR from the release branch to master if the right label is set
conditions:
- base=release-1.2
- label=action/merge-to-master
actions:
backport:
branches:
- master
1 change: 1 addition & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @geeknoid, @rshriram, @andraxylia, @costinm, @diemtvu, @frankbu, @GregHanson, @mandarjog, @ozevren, @wattli
31 changes: 0 additions & 31 deletions OWNERS

This file was deleted.