Skip to content

Commit

Permalink
ci: Decrease the number of required checks
Browse files Browse the repository at this point in the history
50 was a wrong guess. I saw 52 checks in my PR, but that might have been
because it was created on the origin repo, so we see push and pull_request
checks.
  • Loading branch information
perlpunk committed Aug 23, 2024
1 parent cc3798c commit b698032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pull_request_rules:
# "unresolvable" is not reported in general:
# https://trello.com/c/0N3jHq5M/2257-report-back-to-scm-when-build-results-arent-failed-and-succeeded
# So we need to require the number of tests explicitly:
- "#check-success>=50"
- "#check-success>=45"
- status-success=static-check-containers
- status-success=webui-docker-compose
- "#check-failure=0"
Expand Down

0 comments on commit b698032

Please sign in to comment.