From e1ec8709bfd3958c219a09c3f33162a2600abc09 Mon Sep 17 00:00:00 2001
From: Peter Jaszkowiak
Date: Fri, 15 Sep 2023 21:12:41 -0600
Subject: [PATCH] no-merges update for rust-lang/triagebot#1720
---
src/triagebot/no-merge.md | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/triagebot/no-merge.md b/src/triagebot/no-merge.md
index 977e03f13..1d4883a50 100644
--- a/src/triagebot/no-merge.md
+++ b/src/triagebot/no-merge.md
@@ -21,8 +21,9 @@ This feature is enabled on a repository by having a `[no-merges]` table in `tria
There are three optional values that can be specified in the table:
-* `exclude_labels` --- A list of strings of label names to exclude.
- 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.
+ Case sensitive.
* `labels` --- A list of strings of label names to add.
These labels will be set on the PR when merge commits are detected.