diff --git a/bors.toml b/bors.toml index 0fec8349b6..b30233388a 100644 --- a/bors.toml +++ b/bors.toml @@ -1,3 +1,8 @@ +# Required status checks that must pass before merging status = [ - "CI" # triggers ci workflow + # Cargo fmt check must pass + "style", + + # Cargo clippy check must pass + "clippy" ] \ No newline at end of file