Skip to content

Commit

Permalink
no-merges update for rust-lang/triagebot#1720
Browse files Browse the repository at this point in the history
  • Loading branch information
pitaj committed Sep 16, 2023
1 parent 533d65e commit e1ec870
Showing 1 changed file with 3 additions and 2 deletions.
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

0 comments on commit e1ec870

Please sign in to comment.