Samvera has stopped requiring CLAs, so this is no longer in use.
This repository is the configuration for CLAbot for
the Samvera Github organizations (samvera
and samvera-labs
). The list of allowed contributors
is in contributors.json
- please do not edit this file directly. New contributors should
fill out the CLA forms
and be added to the official roster, and then the contributors should be updated by running
update-contributors.sh
.
When a user has submitted a CLA and needs to have a PR re-checked, post a comment to the PR with
the text @cla-bot check
to trigger the bot.
-
the first time you make an update, checkout this repository locally:
git clone https://github.com/samvera-labs/cla-bot.git
-
update your local copy to get any updates made by others:
cd cla-bot; git pull
-
run the update-contributors.sh script
./update-contributors.sh
-
commit changes to your local copy:
git commit -am "updating contributors list"
-
push local changes up to github (you may need to create a personal access token):
git push