[CI/Build[ Don't auto-rebase PRs with CI failures (#39443)
Some checks failed
Close inactive issues and PRs / close-issues-and-pull-requests (push) Has been cancelled
macOS Apple Silicon Smoke Test / macos-m1-smoke-test (push) Has been cancelled
pre-commit / pre-run-check (push) Has been cancelled
pre-commit / pre-commit (push) Has been cancelled
Some checks failed
Close inactive issues and PRs / close-issues-and-pull-requests (push) Has been cancelled
macOS Apple Silicon Smoke Test / macos-m1-smoke-test (push) Has been cancelled
pre-commit / pre-run-check (push) Has been cancelled
pre-commit / pre-commit (push) Has been cancelled
Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk>
This commit is contained in:
5
.github/mergify.yml
vendored
5
.github/mergify.yml
vendored
@@ -18,7 +18,7 @@ pull_request_rules:
|
|||||||
- name: comment-pre-commit-failure
|
- name: comment-pre-commit-failure
|
||||||
description: Comment on PR when pre-commit check fails
|
description: Comment on PR when pre-commit check fails
|
||||||
conditions:
|
conditions:
|
||||||
- status-failure=pre-commit
|
- check-failure=pre-commit
|
||||||
- -closed
|
- -closed
|
||||||
- -draft
|
- -draft
|
||||||
actions:
|
actions:
|
||||||
@@ -51,7 +51,7 @@ pull_request_rules:
|
|||||||
- name: comment-dco-failure
|
- name: comment-dco-failure
|
||||||
description: Comment on PR when DCO check fails
|
description: Comment on PR when DCO check fails
|
||||||
conditions:
|
conditions:
|
||||||
- status-failure=dco
|
- check-failure=dco
|
||||||
- -closed
|
- -closed
|
||||||
- -draft
|
- -draft
|
||||||
actions:
|
actions:
|
||||||
@@ -384,6 +384,7 @@ pull_request_rules:
|
|||||||
- label=ready
|
- label=ready
|
||||||
- "#approved-reviews-by >= 1"
|
- "#approved-reviews-by >= 1"
|
||||||
- "#commits-behind >= 50"
|
- "#commits-behind >= 50"
|
||||||
|
- "#check-failure = 0"
|
||||||
- -closed
|
- -closed
|
||||||
- -draft
|
- -draft
|
||||||
- -conflict
|
- -conflict
|
||||||
|
|||||||
Reference in New Issue
Block a user