Skip to content

Commit 1ac039e

Browse files
pitajMark-Simulacrum
authored andcommitted
no-merges update for rust-lang/triagebot#1720
1 parent 9fc8d54 commit 1ac039e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/triagebot/no-merge.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ This feature is enabled on a repository by having a `[no-merges]` table in `tria
2121

2222
There are three optional values that can be specified in the table:
2323

24-
* `exclude_labels` --- A list of strings of label names to exclude.
25-
PRs with these labels set will not be checked for merge commits.
24+
* `exclude_titles` --- A list of strings of title segments to exclude.
25+
PRs with titles containing these substrings will not be checked for merge commits.
26+
Case sensitive.
2627

2728
* `labels` --- A list of strings of label names to add.
2829
These labels will be set on the PR when merge commits are detected.

0 commit comments

Comments
 (0)