Add CLA workflow - #94
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! 🚀 |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
UltralyticsAssistant
left a comment
There was a problem hiding this comment.
🔍 PR Review
Made with ❤️ by Ultralytics Actions
The workflow triggers and permission scopes otherwise match the action's required PR-comment and workflow-rerun operations. However, the pinned CLA action revision can overwrite unrelated GitHub Actions bot comments.
💬 Posted 1 inline comment
|
🎉 Thank you, @glenn-jocher, for this valuable contribution—and congratulations on the merge!
By adding an automated CLA workflow, this PR strengthens the contributor experience, streamlines compliance checks, and helps maintain a consistent, welcoming contribution process across Ultralytics repositories. Your work makes collaboration easier for everyone! 🤝 |
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) workflow to manage contributor sign-offs on pull requests. 🤝
📊 Key Changes
.github/workflows/cla.ymlto:ultralytics/actions/cla@mainaction.🎯 Purpose & Impact