Skip to content

Commit

Permalink
Modify mergify rules
Browse files Browse the repository at this point in the history
As described by @benjeffery
  • Loading branch information
hyanwong committed Nov 7, 2023
1 parent 7bddce1 commit df018f4
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,8 @@ queue_rules:
- "#approved-reviews-by>=1"
- "#changes-requested-reviews-by=0"
- status-success=Lint
- status-success=Python (3.8, macos-latest)
- status-success=Python (3.10, macos-latest)
- status-success=Python (3.8, ubuntu-latest)
- status-success=Python (3.10, ubuntu-latest)
- status-success=Python (3.8, windows-latest)
- status-success=Python (3.10, windows-latest)
- "status-success=ci/circleci: build"

- status-success=Docs
pull_request_rules:
- name: Automatic rebase, CI and merge
conditions:
Expand All @@ -21,13 +15,8 @@ pull_request_rules:
- base=main
- label=AUTOMERGE-REQUESTED
- status-success=Lint
- status-success=Python (3.8, macos-latest)
- status-success=Python (3.10, macos-latest)
- status-success=Python (3.8, ubuntu-latest)
- status-success=Python (3.10, ubuntu-latest)
- status-success=Python (3.8, windows-latest)
- status-success=Python (3.10, windows-latest)
- "status-success=ci/circleci: build"
- status-success=Docs
actions:
queue:
name: default
Expand Down

0 comments on commit df018f4

Please sign in to comment.