Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1.02 KB

README.md

File metadata and controls

47 lines (31 loc) · 1.02 KB

team-manager

A GitHub App built with Probot that Adds a repository to a team on creation

Working with a GHES instance

If you want this app to work with your private GHES instance add GHE_HOST to your .ENV file.

Addionally, you can set the environmental the variable below:

# Replace this with your github server url
export GHE_HOST="github.sample.com"

Setup

# Install dependencies
npm install

# Run the bot
npm start

Docker

# 1. Build container
docker build -t team-manager .

# 2. Start container
docker run -e APP_ID=<app-id> -e PRIVATE_KEY=<pem-value> team-manager

Configuration

Read more about configuration here: https://probot.github.io/docs/configuration/

Contributing

If you have suggestions for how team-manager could be improved, or want to report a bug, open an issue! We'd love all and any contributions.

For more, check out the Contributing Guide.

License

ISC © 2021 Enyil Padilla [email protected]