chore(compliance): archive legacy license-cla-check.yml - #60
Open
aabusair wants to merge 1 commit into
Open
Conversation
Moves license-cla-check.yml into workflows/old/, which disables it (GitHub only scans .github/workflows/*.yml directly, not subdirectories). Confirmed dead before archiving: - Only exists in vmware/.github (org-wide code search returned 1 file) — its pull_request_target/issue_comment/pull_request triggers only ever fired on PRs against this repo, never any other repo in the org. - Its cla-gate job (contributor-assistant/github-action, a separate CLA mechanism from the current policy_selector.py system, with its own document and signature store) is not referenced by any of the org's 4 Rulesets (active, evaluate, or disabled) — nothing requires it. - Its own signature store path (signatures/version1/vmware/.github/cla.json) has never existed in this repo's git history — nobody has ever successfully signed through it. - On a real recent PR (#59), cla-gate returned "failure" for an org member that the current system correctly bypassed — direct evidence it's stale, not just unused. - The bundled license-check job (REUSE linter) only ever ran against this same single repo with no evidence of active reliance, so it's retired alongside cla-gate rather than split out. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
|
I have read the CLA Document and I hereby sign the CLA Amr AbuSair seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. |
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.
Moves license-cla-check.yml into workflows/old/, which disables it (GitHub only scans .github/workflows/*.yml directly, not subdirectories).
Confirmed dead before archiving: