Add CLA workflow#39
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! 🚀 |
UltralyticsAssistant
left a comment
There was a problem hiding this comment.
🔍 PR Review
Made with ❤️ by Ultralytics Actions
Clean PR. The workflow matches the pinned Ultralytics CLA action’s documented trigger, permission, token, and recheck configuration, while safely limiting execution to this repository and PR issue comments.
|
🎉 Merged—thank you @glenn-jocher for strengthening the repository’s contribution workflow with an automated CLA check!
This PR streamlines CLA verification, makes rechecks easier for contributors, and reduces manual maintenance while supporting a clearer, more consistent path for future contributions. 🤝 |
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 an automated Contributor License Agreement (CLA) check to the repository’s GitHub workflows. 🤝
📊 Key Changes
.github/workflows/cla.ymlworkflow.recheckor confirming CLA acceptance.ultralytics/actions/claaction to manage verification.🎯 Purpose & Impact