6f4da9a5d2
Attempt to prevent accidental merges to `stable` due to GitHub's default behaviour of opening PRs against it. I've intentionally opened this PR against `stable` to test the functionality ;)
20 lines
447 B
TOML
20 lines
447 B
TOML
status = [
|
|
"cargo-fmt",
|
|
"release-tests-ubuntu",
|
|
"debug-tests-ubuntu",
|
|
"state-transition-vectors-ubuntu",
|
|
"ef-tests-ubuntu",
|
|
"dockerfile-ubuntu",
|
|
"eth1-simulator-ubuntu",
|
|
"no-eth1-simulator-ubuntu",
|
|
"check-benchmarks",
|
|
"check-consensus",
|
|
"clippy",
|
|
"arbitrary-check",
|
|
"cargo-audit",
|
|
"cargo-udeps"
|
|
]
|
|
use_squash_merge = true
|
|
timeout_sec = 7200
|
|
pr_status = ["license/cla", "target-branch-check"]
|