Re: [PR] KAFKA-18792 Add workflow to check PR format [kafka]

2025-02-25 Thread via GitHub
mumrah merged PR #18985: URL: https://github.com/apache/kafka/pull/18985 -- 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.o

Re: [PR] KAFKA-18792 Add workflow to check PR format [kafka]

2025-02-25 Thread via GitHub
mumrah commented on PR #18985: URL: https://github.com/apache/kafka/pull/18985#issuecomment-268322 There was an OOM in one of the builds unrelated to this change. I'll investigate that separately. -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [PR] KAFKA-18792 Add workflow to check PR format [kafka]

2025-02-24 Thread via GitHub
mumrah commented on PR #18985: URL: https://github.com/apache/kafka/pull/18985#issuecomment-2679034495 @jolshan yea, that's expected since this PR is not yet reviewed. If you try it on a reviewed PR, it should fail. -- This is an automated message from the Apache Git Service. To respond t

Re: [PR] KAFKA-18792 Add workflow to check PR format [kafka]

2025-02-22 Thread via GitHub
jolshan commented on PR #18985: URL: https://github.com/apache/kafka/pull/18985#issuecomment-2676326460 I ran the command on this PR and it seems to have passed. Is that expected? ``` GITHUB_ACTIONS=1 PR_NUMBER=18985 python .github/scripts/pr-format.py Read env GITHUB_ACTIONS: 1

Re: [PR] KAFKA-18792 Add workflow to check PR format [kafka]

2025-02-21 Thread via GitHub
mumrah commented on PR #18985: URL: https://github.com/apache/kafka/pull/18985#issuecomment-2675134424 To test this PR: * Install `gh` if you don't have it already (`brew install gh`) * Checkout this PR: `gh pr checkout 18985` * Run the script against any PR ``` GITHUB

[PR] KAFKA-18792 Add workflow to check PR format [kafka]

2025-02-20 Thread via GitHub
mumrah opened a new pull request, #18985: URL: https://github.com/apache/kafka/pull/18985 Add a Python script to retrieve a PR using the GitHub CLI and validate its structure. For now this just includes the title and body, but could perform other non-code related checks in the future.