Skip to content

Commit

Permalink
Merge pull request #10223 from geekosaur/mergify-ready-label
Browse files Browse the repository at this point in the history
add "ready and waiting" Mergify label
  • Loading branch information
mergify[bot] authored Aug 28, 2024
2 parents 9e586f8 + 9b55b2e commit c2ce3a6
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,32 @@ pull_request_rules:
- label=merge+no rebase
- '#approved-reviews-by>=2'

# label when Mergify is ready but waiting for the above
- actions:
label:
add:
- ready and waiting
name: Waiting out merge delay (used by bot)
conditions:
- base=master
- -draft
- -closed
- or:
- label=merge me
- label=squash+merge me
- label=merge+no rebase
- '#approved-reviews-by>=2'
- '#changes-requested-reviews-by=0'
# oy
# lifted these from branch protection imports
- check-success=fourmolu
- check-success=hlint
- check-success=Meta checks
- check-success=Doctest Cabal
- check-success=Validate post job
- check-success=Bootstrap post job
- 'check-success=docs/readthedocs.org:cabal'

# rebase+merge strategy
- actions:
queue:
Expand Down

0 comments on commit c2ce3a6

Please sign in to comment.