File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,9 @@ exclude_labels = [
57
57
58
58
### Triggered by new PRs
59
59
60
- Labels can be added to any PR when it is opened.
60
+ Labels can be added to any PR in a non-draft state, either when opened or later when they switch status.
61
+ The labels are removed when they don't meet those conditions anymore.
62
+
61
63
Set the ` new_pr = true ` config option to enable this.
62
64
For example:
63
65
@@ -66,6 +68,19 @@ For example:
66
68
new_pr = true
67
69
```
68
70
71
+ ### Triggered by new draft PRs
72
+
73
+ Labels can be added to any PR in a draft state, either when opened or later when they switch status.
74
+ The labels are removed when they don't meet those conditions anymore.
75
+
76
+ Set the ` new_draft = true ` config option to enable this.
77
+ For example:
78
+
79
+ ``` toml
80
+ [autolabel ."S-waiting-on-author" ]
81
+ new_draft = true
82
+ ```
83
+
69
84
### Triggered by new issues
70
85
71
86
Labels can be added to any issue when it is opened.
You can’t perform that action at this time.
0 commit comments