Chia-Ping Tsai created KAFKA-18244:
--------------------------------------
Summary: "Pull Request Labeled" always pass empty commit sha
Key: KAFKA-18244
URL: https://issues.apache.org/jira/browse/KAFKA-18244
Project: Kafka
Issue Type: Improvement
Reporter: Chia-Ping Tsai
Assignee: Chia-Ping Tsai
see
https://github.com/apache/kafka/blob/trunk/.github/workflows/pr-labeled.yml#L67
`github.event.workflow_run.head_sha` should be replaced by
`github.event.pull_request.head.sha`
This is not a bug, as the "gh-api-approve-run" uses the commit SHA in its
logging.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)