[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.
This commit is contained in:
Steven
2022-08-25 18:05:55 -04:00
committed by GitHub
parent e7e0a55b72
commit aba9c95ea2

View File

@@ -1,7 +1,7 @@
version = 1 version = 1
[merge] [merge]
automerge_label = ["semver-major","semver-minor","semver-patch"] automerge_label = ["pr: automerge"]
blacklist_title_regex = "^WIP.*" blacklist_title_regex = "^WIP.*"
blacklist_labels = ["work in progress"] blacklist_labels = ["work in progress"]
method = "squash" method = "squash"