From c5cc0227b63f36dce8f6d23492c6498afe252763 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?X=C3=B9d=C5=8Dng=20Y=C3=A1ng?= Date: Wed, 13 Dec 2023 19:50:39 +0100 Subject: [PATCH] allow usage of `@bazel-io flag ` --- actions/release-helper/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/release-helper/index.js b/actions/release-helper/index.js index 9d9f814917..54cf0ff368 100644 --- a/actions/release-helper/index.js +++ b/actions/release-helper/index.js @@ -74,7 +74,7 @@ async function run() { name: FLAGGED_LABEL, }); } - } else if (command === "flag") { + } else if (command === "flag" || command.startsWith("flag ")) { await octokit.rest.issues.addLabels({ owner, repo,