-
Notifications
You must be signed in to change notification settings - Fork 17
Description
Is your feature request related to a problem? Please describe.
The repository currently lacks an automated mechanism to enforce the Contributor License Agreement (CLA) for external contributors. This is necessary to ensure proper intellectual property protection for the project.
Describe the solution you'd like
Add the .github/workflows/cla.yml workflow file. This workflow should call the shared organization template (clima/.github/.github/workflows/cla_template.yml@main) to automatically verify CLA status on all Pull Requests.
Describe alternatives you've considered
Manual verification of contributor status, but this is inefficient and prone to human error.
Additional context
This is part of the organization-wide initiative to enforce CLAs on core infrastructure repositories.