Skip to content

Commit 9300ff2

Browse files
authored
Merge pull request #938 from blyxyas/exclude-titles-no-mentions
Include `no-mentions.exclude-titles` in docs.
2 parents f8dd8bf + ac98b48 commit 9300ff2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/triagebot/no-mentions.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@ This feature is enabled on a repository by having a `[no-mentions]` table in `tr
1212
[no-mentions]
1313
```
1414

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+
1523
## Implementation
1624

1725
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

Comments
 (0)