We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
new_issue
1 parent d081da9 commit ff7da6fCopy full SHA for ff7da6f
src/triagebot/autolabels.md
@@ -66,6 +66,17 @@ For example:
66
new_pr = true
67
```
68
69
+### Triggered by new issues
70
+
71
+Labels can be added to any issue when it is opened.
72
+Set the `new_issue = true` config option to enable this.
73
+For example:
74
75
+```toml
76
+[autolabel."new-issue"]
77
+new_issue = true
78
+```
79
80
## Implementation
81
82
See [`src/handlers/autolabel.rs`](https://github.com/rust-lang/triagebot/blob/HEAD/src/handlers/autolabel.rs).
0 commit comments