chore: ignore vercel deployments when automerging (#5532)
Add vercel actions to the list of ignored checks when the `automerge` label is added to an approved PR.
This commit is contained in:
3
.github/.kodiak.toml
vendored
3
.github/.kodiak.toml
vendored
@@ -10,6 +10,7 @@ delete_branch_on_merge = true
|
||||
optimistic_updates = false
|
||||
prioritize_ready_to_merge = true
|
||||
notify_on_conflict = true
|
||||
dont_wait_on_status_checks = ["Vercel – api-reference", "Vercel – docs-ui", "Vercel – medusa-docs"]
|
||||
|
||||
[merge.message]
|
||||
title = "pull_request_title"
|
||||
@@ -17,4 +18,4 @@ body = "pull_request_body"
|
||||
include_coauthors= true
|
||||
include_pr_number = true
|
||||
body_type = "markdown"
|
||||
strip_html_comments = true
|
||||
strip_html_comments = true
|
||||
|
||||
Reference in New Issue
Block a user