Skip to content

Feature/eval local model #3

Feature/eval local model

Feature/eval local model #3

Workflow file for this run

name: "CLA Assistant"
on:
issue_comment:
types: [created]
pull_request_target:
types: [opened, closed, synchronize]
permissions:
actions: write
contents: write
pull-requests: write
statuses: write
jobs:
CLA:
runs-on: ubuntu-latest
steps:
- name: "CLA Assistant"
if: (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: cla-assistant/github-action@v2.6.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
with:
path-to-signatures: "signatures/version1/cla.json"
path-to-document: "https://gist.github.com/stefan-scholz/b214d54c92fedc46186ea0cf06412e3c"
branch: "cla-signatures"
remote-organization-name: ""
remote-repository-name: ""
create-file-commit-message: "create file for CLA signatures"
signed-commit-message: "contributor $contributorName has signed the CLA in $owner/$repo#$pullRequestNo"
custom-notsigned-prcomment: "Thank you for your contribution! Before we can merge this, please read our Contributor License Agreement. If you agree, please reply to this comment with: **I have read the CLA Document and I hereby sign the CLA**"