Unverified Commit e5de19ff authored by Cyrus Leung's avatar Cyrus Leung Committed by GitHub
Browse files

[CI/Build[ Don't auto-rebase PRs with CI failures (#39443)


Signed-off-by: default avatarDarkLight1337 <tlleungac@connect.ust.hk>
parent edee9651
......@@ -18,7 +18,7 @@ pull_request_rules:
- name: comment-pre-commit-failure
description: Comment on PR when pre-commit check fails
conditions:
- status-failure=pre-commit
- check-failure=pre-commit
- -closed
- -draft
actions:
......@@ -51,7 +51,7 @@ pull_request_rules:
- name: comment-dco-failure
description: Comment on PR when DCO check fails
conditions:
- status-failure=dco
- check-failure=dco
- -closed
- -draft
actions:
......@@ -384,6 +384,7 @@ pull_request_rules:
- label=ready
- "#approved-reviews-by >= 1"
- "#commits-behind >= 50"
- "#check-failure = 0"
- -closed
- -draft
- -conflict
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment