Skip to content

Commit

Permalink
ci: refactor Mergify rules (#447)
Browse files Browse the repository at this point in the history
  • Loading branch information
jd committed Mar 2, 2024
1 parent 06c34a2 commit c5d2d8b
Showing 1 changed file with 11 additions and 19 deletions.
30 changes: 11 additions & 19 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
queue_rules:
- name: default
merge_method: squash
queue_conditions: &CheckRuns
queue_conditions:
- or:
- author = jd
- "#approved-reviews-by >= 1"
- author = dependabot[bot]
- or:
- files ~= ^releasenotes/notes/
- label = no-changelog
- author = dependabot[bot]
- "check-success=test (3.8, py38)"
- "check-success=test (3.9, py39)"
- "check-success=test (3.10, py310)"
Expand All @@ -22,24 +30,8 @@ pull_request_rules:
[reno](https://docs.openstack.org/reno/latest/user/usage.html) to add
a changelog entry.
- name: automatic merge without changelog
conditions:
- or:
- author=jd
- author=dependabot[bot]
- "#approved-reviews-by>=1"
- or:
- label=no-changelog
- author=dependabot[bot]
actions:
queue:

- name: automatic merge with changelog
conditions:
- or:
- author=jd
- "#approved-reviews-by>=1"
- files~=^releasenotes/notes/
- name: automatic queue
conditions: []
actions:
queue:

Expand Down

0 comments on commit c5d2d8b

Please sign in to comment.