Skip to content

Commit

Permalink
checking if check_fork is triggered
Browse files Browse the repository at this point in the history
  • Loading branch information
sacpis committed Jul 15, 2024
1 parent 8fc04e6 commit bd2ac6c
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/cla_assistant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,19 @@ jobs:
exit 1
fi
- name: "CLA Assistant"
if: (steps.check_fork.outcome != 'failure' && (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the Contributor License Agreement and I hereby accept the Terms.') || github.event_name == 'pull_request_target')
uses: cla-assistant/github-action@v2.1.3-beta
env:
GITHUB_TOKEN: ${{ github.token }}
PERSONAL_ACCESS_TOKEN : ${{ secrets.REPO_BOT_ACCESS_TOKEN }}
with:
remote-organization-name: NVIDIA
remote-repository-name: cuda-quantum
branch: 'bot/data'
path-to-signatures: 'cla.json'
custom-allsigned-prcomment: 'All Contributors have signed the CLA.'
custom-pr-sign-comment: 'I have read the Contributor License Agreement and I hereby accept the Terms.'
allowlist: user1,bot*
# edit the path below (if needed) to point to the document containing the CLA that a contributor agrees to
path-to-document: 'https://github.com/NVIDIA/cuda-quantum/blob/main/Contributor_License_Agreement.md'
# - name: "CLA Assistant"
# if: (steps.check_fork.outcome != 'failure' && (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the Contributor License Agreement and I hereby accept the Terms.') || github.event_name == 'pull_request_target')
# uses: cla-assistant/github-action@v2.1.3-beta
# env:
# GITHUB_TOKEN: ${{ github.token }}
# PERSONAL_ACCESS_TOKEN : ${{ secrets.REPO_BOT_ACCESS_TOKEN }}
# with:
# remote-organization-name: NVIDIA
# remote-repository-name: cuda-quantum
# branch: 'bot/data'
# path-to-signatures: 'cla.json'
# custom-allsigned-prcomment: 'All Contributors have signed the CLA.'
# custom-pr-sign-comment: 'I have read the Contributor License Agreement and I hereby accept the Terms.'
# allowlist: user1,bot*
# # edit the path below (if needed) to point to the document containing the CLA that a contributor agrees to
# path-to-document: 'https://github.com/NVIDIA/cuda-quantum/blob/main/Contributor_License_Agreement.md'

0 comments on commit bd2ac6c

Please sign in to comment.