ci: fix pro migration and enable kodiak priority merge

GitOrigin-RevId: f003395846a3664c8ff527944cf9ee7c7d8e2914
This commit is contained in:
Vishnu Bharathi 2021-04-29 13:30:38 +05:30 committed by hasura-bot
parent 9c9bb43a53
commit 5b7a67851f

View File

@ -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.
#