ci: add CLA assistant workflow and agreement#561
Merged
Conversation
Add a Contributor License Agreement (.github/CLA.md) and a self-hosted CLA Assistant workflow that blocks unsigned pull requests. Contributors retain copyright but grant Devsy an irrevocable license to use and relicense their contributions, including under proprietary terms, matching the project's BSL 1.1 + commercial licensing model. Signatures are stored in-repo on a cla-signatures branch via contributor-assistant/github-action (pinned to v2.6.1).
✅ Deploy Preview for devsydev canceled.
|
✅ Deploy Preview for images-devsy-sh canceled.
|
✅ Deploy Preview for images-devsy-sh canceled.
|
Mint an app token at runtime via actions/create-github-app-token using the existing DEVSY_GITHUB_APP_ID / DEVSY_GITHUB_APP_PRIVATE_KEY secrets, matching workflow-approval.yml. Avoids needing a separate PAT secret.
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
📝 WalkthroughWalkthroughAdds a Devsy Contributor License Agreement document, a GitHub Actions workflow using ChangesCLA Setup
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Drop paraphrased summaries of the CLA's relicensing grant from CONTRIBUTING.md and the bot's unsigned-PR comment. The authoritative terms live in .github/CLA.md; contributors are directed there.
skevetter
marked this pull request as ready for review
June 30, 2026 13:15
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a Contributor License Agreement and a self-hosted CLA Assistant workflow that requires contributors to sign before their PRs can be merged.
Summary by CodeRabbit
Documentation
Chores