From 5b7a67851f15e0c8fd787d2f0e0eb083ffceaa0c Mon Sep 17 00:00:00 2001 From: Vishnu Bharathi Date: Thu, 29 Apr 2021 13:30:38 +0530 Subject: [PATCH] ci: fix pro migration and enable kodiak priority merge GitOrigin-RevId: f003395846a3664c8ff527944cf9ee7c7d8e2914 --- .kodiak.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.kodiak.toml b/.kodiak.toml index 09f4bf460eb..030a76683fe 100644 --- a/.kodiak.toml +++ b/.kodiak.toml @@ -26,6 +26,9 @@ automerge_label = "auto-update-auto-merge" # GitHub branch protection requirements. require_automerge_label = true +# When the label is applied to a pull request, the pull request will be placed at the front of the merge queue. +priority_merge_label = "priority-merge" + # If a PR's title matches this regex, Kodiak will not merge the PR. This is # useful to prevent merging work-in-progress PRs. #