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.
2 parents f8dd8bf + ac98b48 commit 9300ff2Copy full SHA for 9300ff2
src/triagebot/no-mentions.md
@@ -12,6 +12,14 @@ This feature is enabled on a repository by having a `[no-mentions]` table in `tr
12
[no-mentions]
13
```
14
15
+Additionally, one can avoid checking certain pull requests with the `exclude-titles` configuration option.
16
+
17
+```toml
18
+[no-mentions]
19
+# It doesn't make sense checking subtree updates, ignore those by matching case-insensitively on the title
20
+exclude-titles = ["subtree update"]
21
+```
22
23
## Implementation
24
25
See [`src/handlers/check_commits/no_mentions.rs`](https://github.com/rust-lang/triagebot/blob/HEAD/src/handlers/check_commits/no_mentions.rs).
0 commit comments