From 7325c256a22648a9eaa19e5053b5dc84c6d5eb81 Mon Sep 17 00:00:00 2001 From: Zorian1337 Date: Fri, 13 Mar 2026 02:30:36 -0400 Subject: [PATCH 1/7] Update cla.yml --- .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 f83832a..7cef230 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -26,5 +26,5 @@ jobs: with: path-to-signatures: 'signatures/version1/cla.json' path-to-document: 'https://github.com/Zorian1337/NETConnect/blob/main/CLA.md' - branch: 'signatures' + branch: 'main' allowlist: dependabot[bot],github-actions[bot] From 6176a27800c4ad27356f7aab9fb62fdc5f3e11b6 Mon Sep 17 00:00:00 2001 From: Zorian1337 Date: Fri, 13 Mar 2026 02:31:49 -0400 Subject: [PATCH 2/7] Update cla.yml --- .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 7cef230..e0ecb05 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -26,5 +26,5 @@ jobs: with: path-to-signatures: 'signatures/version1/cla.json' path-to-document: 'https://github.com/Zorian1337/NETConnect/blob/main/CLA.md' - branch: 'main' + branch: 'master' allowlist: dependabot[bot],github-actions[bot] From 5a945be8dbadcd38b970b14fdc11656fb64816b6 Mon Sep 17 00:00:00 2001 From: Zorian1337 Date: Fri, 13 Mar 2026 02:41:13 -0400 Subject: [PATCH 3/7] Update cla.yml --- .github/workflows/cla.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index e0ecb05..e82c89f 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -20,11 +20,12 @@ jobs: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request_target' - uses: contributor-assistant/github-action@v2.3.1 + uses: contributor-assistant/github-action@v2.6.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: path-to-signatures: 'signatures/version1/cla.json' path-to-document: 'https://github.com/Zorian1337/NETConnect/blob/main/CLA.md' + # Using 'master' since that's your default branch branch: 'master' allowlist: dependabot[bot],github-actions[bot] From bccfa30935d7aeab2bce79cbfc66a7375a6beb0f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 06:41:50 +0000 Subject: [PATCH 4/7] Creating file for storing CLA Signatures --- signatures/version1/cla.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 signatures/version1/cla.json diff --git a/signatures/version1/cla.json b/signatures/version1/cla.json new file mode 100644 index 0000000..18d5487 --- /dev/null +++ b/signatures/version1/cla.json @@ -0,0 +1,3 @@ +{ + "signedContributors": [] +} \ No newline at end of file From 1d4d7a7a1ebe651990648f35b93051f0fe1923cd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 06:42:56 +0000 Subject: [PATCH 5/7] @Zorian1337 has signed the CLA in Zorian1337/NETConnect#4 --- signatures/version1/cla.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/signatures/version1/cla.json b/signatures/version1/cla.json index 18d5487..743c56b 100644 --- a/signatures/version1/cla.json +++ b/signatures/version1/cla.json @@ -1,3 +1,12 @@ { - "signedContributors": [] + "signedContributors": [ + { + "name": "Zorian1337", + "id": 233190616, + "comment_id": 4053130734, + "created_at": "2026-03-13T06:42:44Z", + "repoId": 1163230529, + "pullRequestNo": 4 + } + ] } \ No newline at end of file From db06027705c5732b3fc5778712b9b7940f279c2b Mon Sep 17 00:00:00 2001 From: Zorian1337 Date: Fri, 13 Mar 2026 02:45:38 -0400 Subject: [PATCH 6/7] Update cla.yml --- .github/workflows/cla.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index e82c89f..5a8a8d0 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -26,6 +26,5 @@ jobs: with: path-to-signatures: 'signatures/version1/cla.json' path-to-document: 'https://github.com/Zorian1337/NETConnect/blob/main/CLA.md' - # Using 'master' since that's your default branch - branch: 'master' + branch: 'signatures' allowlist: dependabot[bot],github-actions[bot] From dae9aa7a4b7b5112222bbd5e433d091c639b0788 Mon Sep 17 00:00:00 2001 From: Zorian1337 Date: Fri, 13 Mar 2026 02:56:05 -0400 Subject: [PATCH 7/7] Delete signatures/version1 directory --- signatures/version1/cla.json | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 signatures/version1/cla.json diff --git a/signatures/version1/cla.json b/signatures/version1/cla.json deleted file mode 100644 index 743c56b..0000000 --- a/signatures/version1/cla.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "signedContributors": [ - { - "name": "Zorian1337", - "id": 233190616, - "comment_id": 4053130734, - "created_at": "2026-03-13T06:42:44Z", - "repoId": 1163230529, - "pullRequestNo": 4 - } - ] -} \ No newline at end of file