Skip to content

Commit

Permalink
add GHC 9.4.2 build and todo check to requirements for merging (#1177)
Browse files Browse the repository at this point in the history
  • Loading branch information
byorgey authored Mar 25, 2023
1 parent af92865 commit 29c931d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ queue_rules:
- -files~=^[^/]*\.yaml$
- -files~=^data/.*\.yaml$
- and:
- check-success=Enforce issue references
- check-success=Haskell-CI - Linux - ghc-9.4.2
- check-success=Haskell-CI - Linux - ghc-9.2.4
- check-success=Haskell-CI - Linux - ghc-9.0.2
- check-success=Haskell-CI - Linux - ghc-8.10.7
Expand All @@ -37,6 +39,8 @@ pull_request_rules:
- -files~=^[^/]*\.yaml$
- -files~=^data/.*\.yaml$
- and:
- check-success=Enforce issue references
- check-success=Haskell-CI - Linux - ghc-9.4.2
- check-success=Haskell-CI - Linux - ghc-9.2.4
- check-success=Haskell-CI - Linux - ghc-9.0.2
- check-success=Haskell-CI - Linux - ghc-8.10.7
Expand Down

0 comments on commit 29c931d

Please sign in to comment.