Skip to content

Commit

Permalink
SNOW-989861: Update CLA github action (#1584)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-dprzybysz authored Dec 12, 2023
1 parent 7b3c1f9 commit a590a49
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/cla_bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
types: [opened,closed,synchronize]

jobs:
CLAssistant:
CLAAssistant:
runs-on: ubuntu-latest
permissions:
actions: write
Expand All @@ -16,14 +16,15 @@ jobs:
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@master
uses: contributor-assistant/github-action/@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PERSONAL_ACCESS_TOKEN : ${{ secrets.CLA_BOT_TOKEN }}
with:
path-to-signatures: 'signatures/version1.json'
path-to-document: 'https://github.com/snowflakedb/CLA/blob/main/README.md'
branch: 'main'
allowlist: 'dependabot[bot],github-actions,Jenkins User,_jenkins'
allowlist: 'dependabot[bot],github-actions,Jenkins User,_jenkins,sfc-gh-snyk-sca-sa,snyk-bot'
remote-organization-name: 'snowflakedb'
remote-repository-name: 'cla-db'

0 comments on commit a590a49

Please sign in to comment.