2.0.0 • Published 7 years ago

hubot-github-management v2.0.0

Weekly downloads
2
License
CC0
Repository
github
Last release
7 years ago

hubot-github-management Build Status npm

:cat: A Hubot script for managing your GitHub organization's repositories and teams.

See src/github-management.coffee for full documentation.

hubot-github-management screenshot

Installation

In hubot project repo, run:

npm install hubot-github-management --save

Then add hubot-github-management to your external-scripts.json:

["hubot-github-management"]

Configuration

HUBOT_GITHUB_ORG_TOKEN - (required) Github access token. See https://help.github.com/articles/creating-an-access-token-for-command-line-use/.
HUBOT_GITHUB_ORG_NAME - (required) Github organization name. The <org_name> in https://github.com/<org_name>/awesome-repo.
HUBOT_GITHUB_REPO_TEMPLATE - (optional) A git repo that will be used as a template for new repos. E.g. https://github.com/cfpb/open-source-project-template.git
HUBOT_GITHUB_REQUIRE_ADMIN - (optional) Set this to true to restrict create, delete and add commands to Hubot admins.

Contributing

Please read our general contributing guidelines.

Open source licensing info

  1. TERMS
  2. LICENSE
  3. CFPB Source Code Policy
2.0.0

7 years ago

1.3.1

8 years ago

1.3.0

8 years ago

1.2.2

8 years ago

1.2.1

8 years ago

1.2.0

8 years ago

1.1.3

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago