diff options
| author | HKalbasi <45197576+HKalbasi@users.noreply.github.com> | 2022-11-04 15:27:50 +0330 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-04 15:27:50 +0330 |
| commit | 3508820a145b421dac2848efce01e761ddfe5208 (patch) | |
| tree | 64e3e953d07649ea906569cbba7a197b0073dd66 | |
| parent | bbcb77ea6fc08df598b20267afd6a44018b21f5b (diff) | |
Add rustbot features related to PR state labels
| -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 |
