Skip to content

Tool to automatically seed the repository with common labels for the iTC use

License

Notifications You must be signed in to change notification settings

itc-wgtools/repo-labels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

repo-labels

This is a script to automatically populate a respository with common labels for iTC use.

Usage

  1. Install Ruby and the Octokit gem

  2. Download itc-labels.rb from the repository (for example save it to the folder where Ruby is installed)

  3. Create a new repository using 'itc-wgtools/New-iTC-Template' as a template

  4. Create a new GitHub access token at https://github.com/settings/tokens

  5. Open the Command Prompt with Ruby (on Windows, if on Linux any terminal will do)

  6. itc-labels coffeemaker/cPP 'abcd1234'

To create the respository from a template, see this help page.

When creating the personal access token for this purpose, it only needs to have repo access for the scope. This token can be deleted once the script has been run.

For the comman line parameters:

  • coffeemaker: the organization name

  • cPP: the name of the repository

  • abcd1234: the personal access token

Note that the '/' is required in specifying the organization and repository.

About

Tool to automatically seed the repository with common labels for the iTC use

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages