Skip to content

Commit f65e465

Browse files
committed
mergify: add spellcheck to required checks
Problem: The spelling check is missing from required checks in the mergify config. Add the missing required check.
1 parent 155f0f2 commit f65e465

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.mergify.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ queue_rules:
33
conditions:
44
- base=master
55
- status-success="validate commits"
6+
- status-success="spelling"
67
- status-success="flux-sched check"
78
- status-success="flux-accounting check"
89
- status-success="python linting"

0 commit comments

Comments
 (0)