Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Merged
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
24 changes: 23 additions & 1 deletion 24 .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,14 @@ pull_request_rules:
add:
- documentation

- name: automatic approval for Dependabot pull requests
conditions:
- author=dependabot[bot]
actions:
review:
type: APPROVE
message: Automatically approving dependabot

- name: Add breaking-change label
# https://docs.openstack.org/pbr/latest/user/features.html
conditions:
Expand All @@ -52,6 +60,17 @@ pull_request_rules:
add:
- feature

- name: Add automatic-merge label
conditions:
- or:
- "author=dhellmann"
- "author=jasonamyers"
- "label!=mergify"
actions:
label:
add:
- automatic-merge

- name: Automatic merge on approval
conditions:
- and:
Expand All @@ -69,7 +88,10 @@ pull_request_rules:
- "check-success=Test Ubuntu (3.12)"
- "check-success=Test Zsh"
- "-draft"
- "#approved-reviews-by>=1"
- or:
- "#approved-reviews-by>=1"
- "author=dhellmann"
- "author=jasonamyers"
actions:
merge:
method: merge
Morty Proxy This is a proxified and sanitized view of the page, visit original site.