Skip to content

Commit 86173ea

Browse files
committed
[FLINK-38329][GithubAction] Change colour of target release label for back port PRs
Signed-off-by: davidradl <[email protected]>
1 parent 3ea443a commit 86173ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/community-review.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ ensure_label_exists() {
425425
local token="${1?missing token}"
426426
local label_name="${2?missing label name}"
427427

428-
local color="90EE90"
428+
local color="5d069e"
429429

430430
# Check if the label exists
431431
local label_exists=$(curl --fail --no-progress-meter -s \

0 commit comments

Comments
 (0)