From 21d25f01b7bc80b7527c1037cb7955e5042cad6b Mon Sep 17 00:00:00 2001 From: Bryan Robinson Date: Thu, 26 Mar 2026 16:10:48 -0400 Subject: [PATCH 1/3] Adds to the readme, but this is mostly meant for testing --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6ecdceaf4..5b80113ad 100644 --- a/README.md +++ b/README.md @@ -160,6 +160,8 @@ Here are the ways to contribute to Permify: - **Improve documentation:** Alongside our codebase, documentation one of the most significant part in our open-source journey. We're trying to give the best DX possible to explain ourselves and Permify. And you can help on that with importing resources or adding new ones. - **Contribute to playground:** Permify playground allows you to visualize and test your authorization logic. You can contribute to our playground by improving its user interface, fixing glitches, or adding new features. +_When you open a PR against the Permify repository, you'll be asked to sign our [Contributor License Agreement](/CLA.md)._ + ### Bounties [![Open Bounties](https://img.shields.io/endpoint?url=https%3A%2F%2Fconsole.algora.io%2Fapi%2Fshields%2Fpermify%2Fbounties%3Fstatus%3Dopen&style=for-the-badge)](https://console.algora.io/org/permify/bounties?status=open) From cbe6b6de7b4cf1acdb8cdd8ad5fd9858a1553657 Mon Sep 17 00:00:00 2001 From: Bryan Robinson Date: Thu, 26 Mar 2026 16:20:55 -0400 Subject: [PATCH 2/3] The branch can't be protected, so we'd need to store in a cla branch --- .github/workflows/cla.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index 47178d1af..c537025d8 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -25,5 +25,5 @@ jobs: path-to-signatures: 'signatures/version1/cla.json' path-to-document: 'https://raw.githubusercontent.com/Permify/permify/refs/heads/master/CLA.md' # e.g. a CLA or a DCO document # branch should not be protected - branch: 'master' + branch: 'cla' allowlist: user1,bot* \ No newline at end of file From e4fdee58d286f09e8e20f97a4098d05885110c57 Mon Sep 17 00:00:00 2001 From: Bryan Robinson Date: Thu, 26 Mar 2026 16:21:44 -0400 Subject: [PATCH 3/3] Undoes the readme so we can focus on getting cla working --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 5b80113ad..6ecdceaf4 100644 --- a/README.md +++ b/README.md @@ -160,8 +160,6 @@ Here are the ways to contribute to Permify: - **Improve documentation:** Alongside our codebase, documentation one of the most significant part in our open-source journey. We're trying to give the best DX possible to explain ourselves and Permify. And you can help on that with importing resources or adding new ones. - **Contribute to playground:** Permify playground allows you to visualize and test your authorization logic. You can contribute to our playground by improving its user interface, fixing glitches, or adding new features. -_When you open a PR against the Permify repository, you'll be asked to sign our [Contributor License Agreement](/CLA.md)._ - ### Bounties [![Open Bounties](https://img.shields.io/endpoint?url=https%3A%2F%2Fconsole.algora.io%2Fapi%2Fshields%2Fpermify%2Fbounties%3Fstatus%3Dopen&style=for-the-badge)](https://console.algora.io/org/permify/bounties?status=open)