From aba9c95ea2eaf780f767e03f977d4a1600ce0c4c Mon Sep 17 00:00:00 2001 From: Steven Date: Thu, 25 Aug 2022 18:05:55 -0400 Subject: [PATCH] [tests] Change PR automerge label (#8465) We decided to change this to an explicit label and rely on a separate action to check for correct labels (see #8464). This action likely won't work for PRs from forks, but that might be okay because our other actions don't work for forks either. --- .kodiak.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.kodiak.toml b/.kodiak.toml index 2989848db..c9d135745 100644 --- a/.kodiak.toml +++ b/.kodiak.toml @@ -1,7 +1,7 @@ version = 1 [merge] -automerge_label = ["semver-major","semver-minor","semver-patch"] +automerge_label = ["pr: automerge"] blacklist_title_regex = "^WIP.*" blacklist_labels = ["work in progress"] method = "squash"