From 3bf9d8ddece87d686fa1f4d37086ec6826b33f3c Mon Sep 17 00:00:00 2001 From: Shahed Nasser Date: Thu, 2 Nov 2023 14:25:11 +0200 Subject: [PATCH] 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. --- .github/.kodiak.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/.kodiak.toml b/.github/.kodiak.toml index f97cf85d58dde..65f8fffd8db78 100644 --- a/.github/.kodiak.toml +++ b/.github/.kodiak.toml @@ -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 \ No newline at end of file +strip_html_comments = true