Add S-blocked to labels_blocking_approval
This commit is contained in:
parent
158ae9ee50
commit
b6bf5ad69a
1 changed files with 3 additions and 1 deletions
|
|
@ -23,7 +23,9 @@ labels_blocking_approval = [
|
|||
"S-waiting-on-t-opsem",
|
||||
"S-waiting-on-t-rustdoc",
|
||||
"S-waiting-on-t-rustdoc-frontend",
|
||||
"S-waiting-on-t-clippy"
|
||||
"S-waiting-on-t-clippy",
|
||||
# PR manually set to blocked
|
||||
"S-blocked"
|
||||
]
|
||||
|
||||
# If CI runs quicker than this duration, consider it to be a failure
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue