turboFei opened a new pull request, #3688: URL: https://github.com/apache/celeborn/pull/3688
## Summary - Replace the free-text `Yes/No` comment in `PULL_REQUEST_TEMPLATE.md` with a single checkbox (unchecked = No by default, checked = Yes) - Add `correctness-label.yml` workflow that triggers on `pull_request_target` `opened`/`edited`/`synchronize` events - Workflow parses only the correctness section of the PR body and automatically adds or removes the `correctness` label — no manual committer action needed; toggling back to unchecked also removes the label ## Test plan - [ ] Open a test PR, check the "Yes" box → verify `correctness` label is applied - [ ] Edit the PR description, uncheck the box → verify `correctness` label is removed - [ ] Open a PR without checking the box → verify no label is added - [ ] Verify the workflow does not fire for fork PRs without secrets (uses `pull_request_target` with minimal `pull-requests: write` permission) -- 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]
