Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no-merges update for rust-lang/triagebot#1720 #701

Merged
merged 1 commit into from
Oct 16, 2023
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