mumrah commented on code in PR #18366: URL: https://github.com/apache/kafka/pull/18366#discussion_r1901032968
########## .github/workflows/pr-reviewed.yml: ########## @@ -57,6 +57,21 @@ jobs: issue_number: pull.number, name: "triage" }); + try { Review Comment: Since the issue search is filtering for `label:triage`, we know all the found PRs will have that label. We do log something for each of this (on L53) ``` console.log("Removing 'triage' label from PR " + pull.number + " : " + pull.title); ``` To be consistent, I thought we should log a message when we remove "needs-attention". --- This log line is a bit extraneous. I'll remove it ``` console.log("PR did not have 'needs-attention' label"); ``` -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org