@ninjabytes/bot-github-plugin
v3.0.0
Published
NinjaBytes Team Bot GitHub Plugin
Downloads
7
Readme
NinjaBytes Bot GitHub Plugin
GitHub Plugin for the NinjaBytes team bot.
Retrieves information about repo branches.
Environment Variables
GITHUB_USERNAME
: Authentication username to connect to the server;GITHUB_PASSWORD
: Authentication password to connect to the server;GITHUB_OWNER
: Owner of the repo from which information will be fetched.GITHUB_REPO
: Repo from which information will be fetched.
Triggered Events
GitHubBranch_create
- When a new branch is detected on the server;GitHubBranch_deleted
- When a previously detected branch is removed from the server;GitHubBranch_updated
- When a previously detected branch is changed;