davidradl commented on code in PR #26967:
URL: https://github.com/apache/flink/pull/26967#discussion_r2335940189


##########
.github/workflows/community-review.sh:
##########
@@ -352,6 +415,37 @@ call_github_graphql_api() {
     "https://api.github.com/graphql";
 }
 
+# =============================================================================
+# Check if a label exists in the repository and create it if it doesn't
+# Arguments:
+#   $1 - GitHub API token for authentication
+#   $2 - Label name to check/create
+# =============================================================================
+ensure_label_exists() {
+  local token="${1?missing token}"
+  local label_name="${2?missing label name}"
+  
+  local color="90EE90"

Review Comment:
   @ferenc-csaky thank you so much for the quick feedback. I have changed the 
color to your suggestion



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to