Skip to content

Commit

Permalink
chore: add cla bot
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxiao committed Apr 25, 2020
1 parent bfd838a commit 0102184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: "CLA Assistant"
if: (github.event.comment.body == 'recheckcla' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request'
# Alpha Release
uses: hanxiao/github-action@v1.4
uses: hanxiao/github-action@master
env:
GITHUB_TOKEN: ${{ secrets.JINA_DEV_BOT }}
with:
Expand Down

0 comments on commit 0102184

Please sign in to comment.