Skip to content
This repository has been archived by the owner on Apr 26, 2022. It is now read-only.

Latest commit

 

History

History
34 lines (22 loc) · 1.33 KB

README.md

File metadata and controls

34 lines (22 loc) · 1.33 KB

note: this repository is no longer in use

Samvera has stopped requiring CLAs, so this is no longer in use.

cla-bot config

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.

update workflow

  1. the first time you make an update, checkout this repository locally:

    git clone https://github.com/samvera-labs/cla-bot.git

  2. update your local copy to get any updates made by others:

    cd cla-bot; git pull

  3. run the update-contributors.sh script

    ./update-contributors.sh

  4. commit changes to your local copy:

    git commit -am "updating contributors list"

  5. push local changes up to github (you may need to create a personal access token):

    git push