Add CLA workflow#200
Conversation
|
👋 Hello @glenn-jocher, thank you for submitting a
|
UltralyticsAssistant
left a comment
There was a problem hiding this comment.
🔍 PR Review
Made with ❤️ by Ultralytics Actions
The workflow otherwise follows the action's documented trigger, permission, and token configuration, but the pinned action revision has a verified comment-selection bug that can overwrite unrelated GitHub Actions comments.
💬 Posted 1 inline comment
|
🎉 Thank you, @glenn-jocher, for this valuable contribution—and congratulations on the merge!
By adding automated CLA checks, recheck support, and reliable concurrency controls, this PR makes contribution compliance smoother and more consistent for everyone. Your work helps create a stronger, more welcoming open-source workflow for the Ultralytics community! 🤝 |
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 for managing pull request contributions. 🤝
📊 Key Changes
.github/workflows/cla.ymlGitHub Actions workflow.recheckor confirming the CLA signature.ultralytics/actions/cla@mainaction to handle verification and signing.🎯 Purpose & Impact