diff options
| author | Urgau <urgau@numericable.fr> | 2025-07-09 18:30:32 +0200 |
|---|---|---|
| committer | Urgau <urgau@numericable.fr> | 2025-07-09 18:30:32 +0200 |
| commit | 5339629b11901c2c1fbcb54fdb49afd4ed0b98ba (patch) | |
| tree | 6858b1e6d2a927475c47956c3c3ccc4355a16b97 | |
| parent | c83e217d268d25960a0c79c6941bcb3917a6a0af (diff) | |
Auto-add `S-waiting-on-author` when the PR is/switches to draft state
| -rw-r--r-- | triagebot.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml index 4e3dff219f1..006ed96cce9 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -535,6 +535,9 @@ trigger_files = [ [autolabel."S-waiting-on-review"] new_pr = true +[autolabel."S-waiting-on-author"] +new_draft = true + [autolabel."needs-triage"] new_issue = true exclude_labels = [ |
