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 = [
5757
5858### Triggered by new PRs
5959
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+
6163Set the ` new_pr = true ` config option to enable this.
6264For example:
6365
@@ -66,6 +68,19 @@ For example:
6668new_pr = true
6769```
6870
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+
6984### Triggered by new issues
7085
7186Labels can be added to any issue when it is opened.
You can’t perform that action at this time.
0 commit comments