Skip to content

Commit

Permalink
allow usage of @bazel-io flag <random string> (bazelbuild#1836)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wyverald committed Dec 14, 2023
1 parent b3c65c2 commit 299798b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/release-helper/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 299798b

Please sign in to comment.