Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into py310
Browse files Browse the repository at this point in the history
  • Loading branch information
fiskrt committed May 24, 2024
2 parents 12fe2a5 + 225b406 commit a25b8f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .clabot
Original file line number Diff line number Diff line change
@@ -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)." }
4 changes: 2 additions & 2 deletions .github/workflows/cla-signature.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 == '' }}
Expand Down

0 comments on commit a25b8f9

Please sign in to comment.