diff options
| -rw-r--r-- | triagebot.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml index fa0824ac53c..a910e012b73 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -1 +1,11 @@ [assign] + +[shortcut] + +[relabel] +allow-unauthenticated = [ + "S-*", +] + +[autolabel."S-waiting-on-review"] +new_pr = true |
