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.
1 parent 9fc8d54 commit 1ac039eCopy full SHA for 1ac039e
src/triagebot/no-merge.md
@@ -21,8 +21,9 @@ This feature is enabled on a repository by having a `[no-merges]` table in `tria
21
22
There are three optional values that can be specified in the table:
23
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.
+* `exclude_titles` --- A list of strings of title segments to exclude.
+ PRs with titles containing these substrings will not be checked for merge commits.
26
+ Case sensitive.
27
28
* `labels` --- A list of strings of label names to add.
29
These labels will be set on the PR when merge commits are detected.
0 commit comments