Skip to content

Commit 2167f28

Browse files
committed
ci: fix mergify configuration
PR #903 removed the `mypy` check and moved all checks to `pre-commit`. Update mergify configuration to require successful `pre-commit`, `pkglint`, and `docs` builds before a MR can be merged. Signed-off-by: Christian Heimes <cheimes@redhat.com>
1 parent aec9c9c commit 2167f28

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.mergify.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,10 @@ pull_request_rules:
3636
- check-success=unit (3.14, 1.75, ubuntu-latest)
3737
- check-success=unit (3.14, 1.75, macos-latest)
3838

39-
# MyPy type checking
40-
- check-success=mypy
39+
# checks (see check.yaml)
40+
- check-success=pre-commit
41+
- check-success=pkglint
42+
- check-success=readthedocs
4143

4244
# E2E test suites (consolidated from individual tests)
4345
# Python 3.12 - Ubuntu only (macOS excluded)

0 commit comments

Comments
 (0)