You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 23, 2026. It is now read-only.
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-documentto the full URL to the location in the repo of our CLA.md filepath-to-signaturesvalue 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
