diff --git a/.clabot b/.clabot index 090bf33f5..e15890e57 100644 --- a/.clabot +++ b/.clabot @@ -1 +1 @@ -{ "contributors": [ "Ashish13898", "C-nit", "GitHub Action", "NicolaiRee", "O-Schilter", "YoelShoshan", "avaucher", "christofid", "donovat", "drugilsberg", "edux300", "elzinga-ibm-research", "federicozipoli", "georgosgeorgos", "helderlopes97", "helenaMontenegro", "hoffmansc", "jannisborn", "jrs021", "kishimoto1974", "kwehden", "mirunacrt", "polat-c", "yvesnana" ], "message": "Thanks a lot for working on GT4SD, we strongly value contributions from our users. It appears that one of the commiters in the PR did not sign the CLA for contributors. To do so, you can open an issue to sign the CLA clicking [here](https://github.com/GT4SD/gt4sd-core/issues/new?labels=cla-signing&template=cla-signature.yaml&title=CLA+signature). More details can be found [here](https://github.com/GT4SD/gt4sd-core/blob/main/CONTRIBUTING.md#contributor-license-agreement)." } +{ "contributors": [ "Ashish13898", "C-nit", "GitHub Action", "NicolaiRee", "O-Schilter", "YoelShoshan", "avaucher", "christofid", "donovat", "drugilsberg", "edux300", "elzinga-ibm-research", "federicozipoli", "fiskrt", "georgosgeorgos", "helderlopes97", "helenaMontenegro", "hoffmansc", "jannisborn", "jrs021", "kishimoto1974", "kwehden", "mirunacrt", "polat-c", "yvesnana" ], "message": "Thanks a lot for working on GT4SD, we strongly value contributions from our users. It appears that one of the commiters in the PR did not sign the CLA for contributors. To do so, you can open an issue to sign the CLA clicking [here](https://github.com/GT4SD/gt4sd-core/issues/new?labels=cla-signing&template=cla-signature.yaml&title=CLA+signature). More details can be found [here](https://github.com/GT4SD/gt4sd-core/blob/main/CONTRIBUTING.md#contributor-license-agreement)." } diff --git a/.github/workflows/cla-signature.yaml b/.github/workflows/cla-signature.yaml index 8d668ab8f..edfef7cf6 100644 --- a/.github/workflows/cla-signature.yaml +++ b/.github/workflows/cla-signature.yaml @@ -34,12 +34,12 @@ jobs: with: branch: main directory: gt4sd-core-main - github_token: ${{ secrets.GH_TOKEN }} + github_token: ${{ secrets.GITHUB_TOKEN }} - name: Mark signature in the issue uses: andymckay/labeler@e6c4322d0397f3240f0e7e30a33b5c5df2d39e90 with: add-labels: cla-signed - repo-token: ${{ secrets.GH_TOKEN }} + repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Close issue (existing contributor) uses: peter-evans/close-issue@v1 if: ${{ env.signing_commit_hash == '' }}