Skip to content

Commit 2cf0e7d

Browse files
Merge pull request #1005 from tiran/fix-mergify
ci: fix mergify configuration
2 parents 90b011b + 2167f28 commit 2cf0e7d

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)