ci: disable CLA workflow and migrate repo URLs to pharmaverse - #1508
Open
Melkiades wants to merge 1 commit into
Open
ci: disable CLA workflow and migrate repo URLs to pharmaverse#1508Melkiades wants to merge 1 commit into
Melkiades wants to merge 1 commit into
Conversation
Melkiades
force-pushed
the
1505_cla_pharmaverse_migration
branch
from
August 11, 2026 12:01
fef059d to
4df691e
Compare
Contributor
Author
|
@walkowif wdyt? |
walkowif
approved these changes
Aug 11, 2026
walkowif
left a comment
Contributor
There was a problem hiding this comment.
LGTM, feel free to remove .github/workflows/cla.yaml altogether if it makes no sense in pharmaverse.
The shared reusable CLA workflow derives its signature store and CLA document from the repository owner, which after the migration resolves to pharmaverse/.github-private and pharmaverse/.github/CLA.md. That infrastructure does not exist, so the check fails with 'Could not retrieve repository contents'. Remove the workflow rather than point it at missing or old infrastructure; it can be reintroduced if the org sets up a CLA under pharmaverse. Also update tern-owned documentation URLs (CONTRIBUTING.md and the issue templates) from insightsengineering to pharmaverse. Links to non-migrated repositories and shared CI templates are intentionally left unchanged. Refs pharmaverse#1505
Melkiades
force-pushed
the
1505_cla_pharmaverse_migration
branch
from
August 11, 2026 14:09
4df691e to
80eda5b
Compare
walkowif
approved these changes
Aug 11, 2026
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.
Pull Request
Addresses the CLA portion of #1505 and migrates tern-owned documentation URLs to
pharmaverse.What changed
CLA workflow (
.github/workflows/cla.yaml) — disabledThe shared reusable workflow (
insightsengineering/.github/.github/workflows/cla.yaml@main) derives its signature store and CLA document from the repository owner, which after the migration resolves topharmaverse/.github-privateandpharmaverse/.github/CLA.md. That infrastructure does not exist, so the check fails withCould not retrieve repository contents. Rather than point the workflow at missing or old infrastructure, it is commented out. It can be reintroduced if the org decides to set up a CLA underpharmaverse.Documentation URLs
Migrates the 9 tern-owned links in
CONTRIBUTING.mdand the issue templates frominsightsengineeringtopharmaverse. Links to non-migrated repositories (hex-stickers,tern.gee/mmrm/rbmi,teal,tlg-catalog) and shared CI templates are intentionally left unchanged, as those namespaces have not moved.