Skip to content
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]Error: graphql call to get the committers details failed: GraphqlError: API rate limit exceeded for user ID 152061054. #146

Closed
LightHostingFree opened this issue Nov 26, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@LightHostingFree
Copy link

Describe the bug
A clear and concise description of what the bug is.
When the workflow run it simply crashes without doing anything.

@LightHostingFree LightHostingFree added the bug Something isn't working label Nov 26, 2023
@LightHostingFree
Copy link
Author

@ibakshay

@LightHostingFree
Copy link
Author

LightHostingFree commented Nov 26, 2023

The above issue is solved but now it says "Error: Unexpected end of JSON input"
Workflow file = name: "CLA"
on:
issue_comment:
types: [created]
pull_request_target:
types: [opened,closed,synchronize]

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'
# Beta Release
uses: contributor-assistant/github-action@v2.3.0
env:
GITHUB_TOKEN: ${{ secrets.BOT }}
# the below token should have repo scope and must be manually added by you in the repository's secret
PERSONAL_ACCESS_TOKEN: ${{ secrets.BOT }}
with:
path-to-signatures: 'signatures-v2.json'
path-to-document: 'https://github.com/LightHostingFree/free-domain/blob/main/terms.md' # e.g. a CLA or a DCO document
# branch should not be protected
branch: 'main'
allowlist: lhfd-bot,bot*
remote-organization-name: 'Light-Hosting'
remote-repository-name: 'cla'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant