From 97c85b8daefe36a9fd3721c261bd8b484ff1406e Mon Sep 17 00:00:00 2001 From: Billy Vong Date: Mon, 9 Sep 2024 11:25:37 -0400 Subject: [PATCH] meta: Update default branch for merge target Note, this is just updating description check, no functional changes. --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e6335c507e..4433bff0bb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ on: description: Force a release even when there are release-blockers (optional) required: false merge_target: - description: Target branch to merge into. Uses the default branch, sentry-v1, as a fallback (optional) + description: Target branch to merge into. Uses the default branch (sentry-v2) as a fallback (optional) required: false jobs: release: