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

samvera-deprecated/cla-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages