Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
Cabal
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Glasgow Haskell Compiler
Packages
Cabal
Commits
9b55b2e1
Commit
9b55b2e1
authored
7 months ago
by
Brandon S. Allbery
Committed by
Mikolaj
6 months ago
Browse files
Options
Downloads
Patches
Plain Diff
add "ready and waiting" Mergify label
The bot can use this to announce PRs that are entering the 2-day waiting period.
parent
9e586f80
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/mergify.yml
+26
-0
26 additions, 0 deletions
.github/mergify.yml
with
26 additions
and
0 deletions
.github/mergify.yml
+
26
−
0
View file @
9b55b2e1
...
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment