Skip to content

ci: add CLA check workflow - #516

Merged
ajianaz merged 1 commit into
mainfrom
chore/add-cla-check
Aug 10, 2026
Merged

ci: add CLA check workflow#516
ajianaz merged 1 commit into
mainfrom
chore/add-cla-check

Conversation

@ajianaz

@ajianaz ajianaz commented Aug 10, 2026

Copy link
Copy Markdown
Collaborator

What

Add cla-check.yml GitHub Actions workflow to cora-code repo.

Why

cora-code is the only codecoradev repo without CLA enforcement on PRs. uteke and titen both already have this workflow. Adding it ensures every PR contributor has signed the CodeCoraDev CLA before merge — consistent across all repos.

Changes

  • New file: .github/workflows/cla-check.yml
  • Triggers on PR opened, synchronize, reopened
  • Fetches signatures from codecoradev/.github main branch
  • Comments on PR if author hasn't signed
  • Sets commit status (success/failure)
  • Fails CI if unsigned

Testing

Workflow is identical to the proven implementations in uteke & titen. No logic changes — just porting to cora-code.

Add cla-check.yml to enforce CLA signature verification on PRs.
Consistent with uteke and titen repos.
@ajianaz
ajianaz merged commit 684cadd into main Aug 10, 2026
15 checks passed
@ajianaz
ajianaz deleted the chore/add-cla-check branch August 10, 2026 07:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant