mirror of
https://github.com/clap-rs/clap
synced 2024-11-11 07:14:15 +00:00
13 lines
292 B
TOML
13 lines
292 B
TOML
status = [
|
|
"continuous-integration/travis-ci/push",
|
|
"clap-rs.clap",
|
|
]
|
|
pr_status = [
|
|
"continuous-integration/travis-ci/pr",
|
|
"clap-rs.clap",
|
|
]
|
|
timeout_sec = 7200
|
|
prerun_timeout_sec = 7200
|
|
delete_merged_branches = true
|
|
cut_body_after = ""
|
|
block_lables = ["R: blocked", "R: require changes"]
|