thousandbrainsproject / tbp.monty

Monty is a sensorimotor learning framework based on the thousand brains theory of the neocortex.
https://thousandbrainsproject.readme.io
MIT License
107 stars 27 forks source link

ci: grant cla-assistant ability to write comments on issues and PRs #47

Closed tristanls closed 1 day ago

tristanls commented 1 day ago

The GITHUB_TOKEN is read-only by default in the public repository. This update grants the cla-assistant configured in the cla.yml permission to create a comment on the Pull Request it is checking. This way, the cla-assistant can notify the Contributor to sign the CLA and provide the link.

tristanls commented 1 day ago

Thank you.