Skip to content

Merge branch 'dev' of https://github.com/jfrog/jfrog-cli into unit-ac… #19

Merge branch 'dev' of https://github.com/jfrog/jfrog-cli into unit-ac…

Merge branch 'dev' of https://github.com/jfrog/jfrog-cli into unit-ac… #19

Workflow file for this run

name: "CLA Assistant"
on:
# issue_comment triggers this action on each comment on issues and pull requests
issue_comment:
types: [ created ]
pull_request_target:
types: [ opened, synchronize ]
jobs:
CLAssistant:
runs-on: ubuntu-latest
steps:
- uses: jfrog/.github/.github/actions/cla
with:
event_comment_body: ${{ github.event.comment.body }}
event_name: ${{ github.event_name }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CLA_SIGN_TOKEN: ${{ secrets.CLA_SIGN_TOKEN }}