Unverified Commit cd33eea3 authored by Travis Nielsen's avatar Travis Nielsen Committed by GitHub
Browse files

Merge pull request #5094 from leseb/misc-repo-stuff

Enable mergify for backport commits to release-1.3
Showing with 23 additions and 2 deletions
+23 -2
......@@ -28,6 +28,20 @@ pull_request_rules:
strict: false
dismiss_reviews: {}
delete_head_branch: {}
# release-1.3 branch
- name: automerge backport release-1.3
conditions:
- author=mergify[bot]
- base=release-1.3
- label!=do-not-merge
- 'status-success=DCO'
- 'status-success=continuous-integration/jenkins/pr-head'
actions:
merge:
method: merge
strict: false
dismiss_reviews: {}
delete_head_branch: {}
# Trigger backport PRs based on label
# release-1.1 branch
- actions:
......@@ -44,4 +58,12 @@ pull_request_rules:
- release-1.2
conditions:
- label=backport-release-1.2
name: backport release-1.2
\ No newline at end of file
name: backport release-1.2
# release-1.3 branch
- actions:
backport:
branches:
- release-1.3
conditions:
- label=backport-release-1.3
name: backport release-1.3
\ No newline at end of file
......@@ -188,7 +188,6 @@ Targets:
test-integration Runs integration tests.
mod.check Check / Tidy current modules.
mod.update Update all modules.
vendor.check Checks if vendor dependencies changed.
vet Runs lint checks on go sources.
Options:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment