Skip to content

Commit 840207f

Browse files
authored
Rollup merge of rust-lang#143695 - Urgau:waiting-on-author-new_draft, r=Kobzol
Auto-add `S-waiting-on-author` when the PR is/switches to draft state This PR adds the `S-waiting-on-author` as a `new_draft` when the PR is/switches to draft state. Related to rust-lang/triagebot#2102 & rust-lang/triagebot#2104 cc `@jieyouxu` r? `@Kobzol`
2 parents b5b35f1 + 5339629 commit 840207f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

triagebot.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -535,6 +535,9 @@ trigger_files = [
535535
[autolabel."S-waiting-on-review"]
536536
new_pr = true
537537

538+
[autolabel."S-waiting-on-author"]
539+
new_draft = true
540+
538541
[autolabel."needs-triage"]
539542
new_issue = true
540543
exclude_labels = [

0 commit comments

Comments
 (0)