From 80eda5b649643f118d1be82e7b90df8a3e239b7d Mon Sep 17 00:00:00 2001 From: Melkiades <11279768+Melkiades@users.noreply.github.com> Date: Tue, 11 Aug 2026 08:11:33 +0000 Subject: [PATCH] ci: remove CLA workflow and migrate repo URLs to 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 #1505 --- .github/CONTRIBUTING.md | 8 ++++---- .github/ISSUE_TEMPLATE/bug.yml | 6 +++--- .github/ISSUE_TEMPLATE/feature.yml | 6 +++--- .github/workflows/cla.yaml | 18 ------------------ 4 files changed, 10 insertions(+), 28 deletions(-) delete mode 100644 .github/workflows/cla.yaml diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index b3cbb770f6..a4b053fffc 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -130,7 +130,7 @@ The package maintainer also reserves the right to adjust the criteria to recogni If you have further questions regarding the contribution guidelines, please contact the package/repository maintainer. -[docs]: https://insightsengineering.github.io/tern/index.html -[articles]: https://insightsengineering.github.io/tern/main/articles/index.html -[license]: https://insightsengineering.github.io/tern/main/LICENSE-text.html -[insights]: https://github.com/insightsengineering/tern/pulse +[docs]: https://pharmaverse.github.io/tern/index.html +[articles]: https://pharmaverse.github.io/tern/main/articles/index.html +[license]: https://pharmaverse.github.io/tern/main/LICENSE-text.html +[insights]: https://github.com/pharmaverse/tern/pulse diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 158136f512..abaeb0fa6c 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -33,7 +33,7 @@ body: id: code-of-conduct attributes: label: Code of Conduct - description: By submitting this issue, you agree to follow our [Code of Conduct.](https://insightsengineering.github.io/tern/CODE_OF_CONDUCT.html) + description: By submitting this issue, you agree to follow our [Code of Conduct.](https://pharmaverse.github.io/tern/CODE_OF_CONDUCT.html) options: - label: I agree to follow this project's Code of Conduct. required: true @@ -41,7 +41,7 @@ body: id: contributor-guidelines attributes: label: Contribution Guidelines - description: By submitting this issue, you agree to follow our [Contribution Guidelines.](https://insightsengineering.github.io/tern/CONTRIBUTING.html) + description: By submitting this issue, you agree to follow our [Contribution Guidelines.](https://pharmaverse.github.io/tern/CONTRIBUTING.html) options: - label: I agree to follow this project's Contribution Guidelines. required: true @@ -49,7 +49,7 @@ body: id: security-policy attributes: label: Security Policy - description: By submitting this issue, you agree to follow our [Security Policy.](https://github.com/insightsengineering/tern/security/policy) + description: By submitting this issue, you agree to follow our [Security Policy.](https://github.com/pharmaverse/tern/security/policy) options: - label: I agree to follow this project's Security Policy. required: true diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml index 59ac68c1c1..ed4f8cef3c 100644 --- a/.github/ISSUE_TEMPLATE/feature.yml +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -18,7 +18,7 @@ body: id: code-of-conduct attributes: label: Code of Conduct - description: By submitting this issue, you agree to follow our [Code of Conduct.](https://insightsengineering.github.io/tern/CODE_OF_CONDUCT.html) + description: By submitting this issue, you agree to follow our [Code of Conduct.](https://pharmaverse.github.io/tern/CODE_OF_CONDUCT.html) options: - label: I agree to follow this project's Code of Conduct. required: true @@ -26,7 +26,7 @@ body: id: contributor-guidelines attributes: label: Contribution Guidelines - description: By submitting this issue, you agree to follow our [Contribution Guidelines.](https://insightsengineering.github.io/tern/CONTRIBUTING.html) + description: By submitting this issue, you agree to follow our [Contribution Guidelines.](https://pharmaverse.github.io/tern/CONTRIBUTING.html) options: - label: I agree to follow this project's Contribution Guidelines. required: true @@ -34,7 +34,7 @@ body: id: security-policy attributes: label: Security Policy - description: By submitting this issue, you agree to follow our [Security Policy.](https://github.com/insightsengineering/tern/security/policy) + description: By submitting this issue, you agree to follow our [Security Policy.](https://github.com/pharmaverse/tern/security/policy) options: - label: I agree to follow this project's Security Policy. required: true diff --git a/.github/workflows/cla.yaml b/.github/workflows/cla.yaml deleted file mode 100644 index b674b0b457..0000000000 --- a/.github/workflows/cla.yaml +++ /dev/null @@ -1,18 +0,0 @@ -name: CLA 🔏 - -on: - issue_comment: - types: - - created - # For PRs that originate from forks - pull_request_target: - types: - - opened - - closed - - synchronize - -jobs: - CLA: - name: CLA 📝 - uses: insightsengineering/.github/.github/workflows/cla.yaml@main - secrets: inherit