1.0.0 • Published 6 years ago

memrobo v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Members.Bot

A github bot that helps out adding members / creating repos for VotePen

We run an instance as @VotePen on GitHub

npm install -g memrobo

build status

Usage

Run a command by mentioning @membot in an issue comment, e.g. @membot help

  • help - shows this help
  • create-repo {name} - creates a Members.Bot repo
  • add-user {username} - adds a user to the chapter-organizers team and the org
  • create-team {team} - creates a new team
  • add-team-user {team} {username} - add a user to a specific team

Run one yourself

membot --token={a-github-token} --secret={a-github-webhook-secret}

The token passed should have access to create repositories on Members.Bot and to add members to teams.

When setting up the webhook it only needs to forward issue comments

License

MIT