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:
Shahed Nasser
2023-11-02 14:25:11 +02:00
committed by GitHub
parent 8e48be58ef
commit 3bf9d8ddec

View File

@@ -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"