js8544 commented on code in PR #36763:
URL: https://github.com/apache/arrow/pull/36763#discussion_r1267757183


##########
.github/workflows/issue_bot.yml:
##########
@@ -61,5 +75,5 @@ jobs:
               "owner": context.repo.owner,
               "repo": context.repo.repo,
               "issue_number": context.payload.issue.number,
-              "labels": component_labels,
+              "labels": component_labels.concat(non_component_labels),

Review Comment:
   It can be empty. In that case it will process the component labels 
correctly. I don't think the rest api will ever return nulls. But I'm not sure.



-- 
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