-
-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Action is fialing with graphql error #130
Comments
Hi @rokups, |
Hi @rokups, 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:
CLAAssistant:
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: contributor-assistant/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
with:
path-to-signatures: '.github/signatures/version1/cla.json'
path-to-document: 'https://github.com/rokups/charting_app/blob/master/.github/CLA.md'
branch: 'master'
allowlist: rokups
lock-pullrequest-aftermerge: false For more information, please refer this link |
Thank you, it worked perfectly. I do not recall changing this option, must be a default i suppose? In any case, issue is solved. |
@rokups |
CLA workflow fails with a following error:
My workflow file:
I did try with and without
PERSONAL_ACCESS_TOKEN
. Repository is private.The text was updated successfully, but these errors were encountered: