ci: migrate CLA enforcement to in-repo action (off cla-assistant.io)#3
Merged
Conversation
Signed-off-by: Charlie Holland <charlie@hollandtech.net>
Signed-off-by: Charlie Holland <charlie@hollandtech.net>
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Migrate CLA enforcement off the cla-assistant.io SaaS to an in-repo Action
Replaces the third-party
cla-assistant.iostatus check (which had an outage that blocked merges org-wide) with the in-repocontributor-assistant/github-action@v2.6.1. Signatures are stored in the private central ledgerAltairaLabs/cla-signatures(which we own — also our relicensing evidence). DCO enforcement is unchanged.Do not merge yet. This PR is part of a coordinated rollout:
PERSONAL_ACCESS_TOKENmust be set first (the Action writes signatures cross-repo;GITHUB_TOKENcan't).Signing UX is unchanged: comment "I have read the CLA Document and I hereby sign the CLA". CLA doc: https://gist.github.com/chaholl/acc8f1f6c38376d00a162351f566b93e
Note: re-collect cutover — existing signers re-sign on their next PR; export the old cla-assistant.io ledger when it recovers to backfill.