mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-06 04:22:01 +00:00
We decided to change this to an explicit label and rely on a separate action to check for correct labels (see #8464). This action likely won't work for PRs from forks, but that might be okay because our other actions don't work for forks either.
18 lines
386 B
TOML
18 lines
386 B
TOML
version = 1
|
|
|
|
[merge]
|
|
automerge_label = ["pr: automerge"]
|
|
blacklist_title_regex = "^WIP.*"
|
|
blacklist_labels = ["work in progress"]
|
|
method = "squash"
|
|
delete_branch_on_merge = true
|
|
block_on_reviews_requested = false
|
|
notify_on_conflict = true
|
|
optimistic_updates = true
|
|
|
|
[merge.message]
|
|
title = "pull_request_title"
|
|
body = "pull_request_body"
|
|
include_pr_number = true
|
|
body_type = "markdown"
|