We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug I have implemented the cla.yml as described in my project (https://github.com/ScienceCommunicationLab/KinesinLMS/blob/main/.github/workflows/cla.yml), making only the following changes:
path-to-document
path-to-signatures
When I make any change to code and git push, the cla.yml workflow fails with the error : Cannot read properties of undefined (reading 'some')
git push
Expected behavior I would have thought the CLAAssistant would complete without error.
Screenshots
The text was updated successfully, but these errors were encountered:
Is your main branch protected?
main
Sorry, something went wrong.
You might also need to default the content of your signatures json file (I'm just guessing here based on other tickets 😉) :
{ "signedContributors": [ ] }
@kingthorin Thanks for the help!
Let us know if you get it working.
No branches or pull requests
Describe the bug
I have implemented the cla.yml as described in my project (https://github.com/ScienceCommunicationLab/KinesinLMS/blob/main/.github/workflows/cla.yml), making only the following changes:
path-to-document
to the full URL to the location in the repo of our CLA.md filepath-to-signatures
value to the location of a file in the repo with an empty json object ("{}")When I make any change to code and
git push
, the cla.yml workflow fails with the error :Cannot read properties of undefined (reading 'some')
Expected behavior
I would have thought the CLAAssistant would complete without error.
Screenshots
The text was updated successfully, but these errors were encountered: