ci: block automerge until clippy (macos-latest) green (#34325)

This commit is contained in:
Yihau Chen 2023-12-06 01:51:44 +08:00 committed by GitHub
parent 62681b1089
commit bbb58c20d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -58,6 +58,9 @@ pull_request_rules:
# only require docs checks if docs files changed
- -files~=^docs/
- status-success=build & deploy docs
- or:
- -files~=(\.rs|Cargo\.toml|Cargo\.lock)$
- check-success=clippy (macos-latest)
actions:
merge:
method: squash