Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions src/triagebot/no-merge.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down