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] #160

Open
danielmcquillen opened this issue Aug 19, 2024 · 4 comments
Open

[BUG] #160

danielmcquillen opened this issue Aug 19, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@danielmcquillen
Copy link

danielmcquillen commented Aug 19, 2024

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:

  • Set path-to-document to the full URL to the location in the repo of our CLA.md file
  • Set the path-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
image

@danielmcquillen danielmcquillen added the bug Something isn't working label Aug 19, 2024
@kingthorin
Copy link
Contributor

kingthorin commented Sep 10, 2024

Is your main branch protected?

@kingthorin
Copy link
Contributor

You might also need to default the content of your signatures json file (I'm just guessing here based on other tickets 😉) :

{
  "signedContributors": [
  ]
}

@danielmcquillen
Copy link
Author

@kingthorin Thanks for the help!

@kingthorin
Copy link
Contributor

Let us know if you get it working.

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

2 participants