We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
new_draft
1 parent 06c5dac commit 1149c40Copy full SHA for 1149c40
src/triagebot/autolabels.md
@@ -57,7 +57,7 @@ exclude_labels = [
57
58
### Triggered by new PRs
59
60
-Labels can be added to any PR when it is opened.
+Labels can be added to any PR when it is opened as non-draft.
61
Set the `new_pr = true` config option to enable this.
62
For example:
63
@@ -66,6 +66,17 @@ For example:
66
new_pr = true
67
```
68
69
+### Triggered by new draft PRs
70
+
71
+Labels can be added to any PR when it is opened as draft.
72
+Set the `new_draft = true` config option to enable this.
73
+For example:
74
75
+```toml
76
+[autolabel."S-waiting-on-author"]
77
+new_draft = true
78
+```
79
80
### Triggered by new issues
81
82
Labels can be added to any issue when it is opened.
0 commit comments