Add CLA workflow - #29
Conversation
|
👋 Hello @glenn-jocher, thank you for submitting a
For more guidance, please refer to our Contributing Guide. Don't hesitate to leave a comment if you have any questions. Thank you for contributing to Ultralytics! 🚀 |
|
🎉 Thank you, @glenn-jocher, for this valuable contribution to the merged PR!
By adding automated CLA checks to the pull request workflow, this PR strengthens contribution processes, reduces manual maintenance, and helps keep collaboration clear and consistent for everyone. Your work makes the project easier to contribute to and supports the community behind it. 🙌 |
Summary
ultralytics/actions/cla@mainso repositories inherit shared fixes automaticallyactions: writeandpull-requests: writeultralytics/clarepositoryDeleted: nothing. No CLA workflow or repository-local equivalent existed; organization-wide CLA enforcement cannot be achieved by deletion or relocation in this repository.
Reused: the canonical
ultralytics/actions/.github/workflows/cla.ymlstructure and sharedultralytics/actions/cla@mainimplementation.Validation
ultralytics/actions/.github/workflows/cla.ymltemplateactionlint .github/workflows/cla.ymlnpx prettier --write .github/workflows/cla.ymlgit diff --check🛠️ PR Summary
Made with ❤️ by Ultralytics Actions
🌟 Summary
Adds automated Contributor License Agreement (CLA) checks to the repository’s pull request workflow. ✅
📊 Key Changes
.github/workflows/cla.yml.recheckor confirming CLA acceptance.ultralytics/actions/cla@mainaction to manage CLA verification.🎯 Purpose & Impact