Skip to content

enyil/probot-team-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

95a8fa3 · Nov 30, 2021

History

6 Commits
Nov 19, 2021
Nov 19, 2021
Nov 19, 2021
Nov 19, 2021
Nov 19, 2021
Nov 19, 2021
Nov 19, 2021
Nov 19, 2021
Nov 30, 2021
Nov 19, 2021
Nov 19, 2021
Nov 19, 2021

Repository files navigation

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]

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published