Skip to content

Commit

Permalink
chore: ignore vercel deployments when automerging (#5532)
Browse files Browse the repository at this point in the history
Add vercel actions to the list of ignored checks when the `automerge` label is added to an approved PR.
  • Loading branch information
shahednasser authored Nov 2, 2023
1 parent 8e48be5 commit 3bf9d8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/.kodiak.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ 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"
body = "pull_request_body"
include_coauthors= true
include_pr_number = true
body_type = "markdown"
strip_html_comments = true
strip_html_comments = true

0 comments on commit 3bf9d8d

Please sign in to comment.