Skip to content

Releases: codenameyau/github-label

Updates label colors

23 Jan 18:35
Compare
Choose a tag to compare

Labels will now be updated if they exists but are a different color. You can use the --skip flag to skip updates.

Here's a usage example and output after changing the color of the "priority 1: urgent" label.

$ node github-label.js 'codenameyau/github-label' -p priority 
[-] Skipped label: "priority 3: medium"
[-] Skipped label: "priority 2: high"
[+] Updated label: "priority 1: urgent"
[-] Skipped label: "priority 4: low"

List labels

09 Aug 03:08
Compare
Choose a tag to compare

This release contains a new option to list the default presets. You can use it like so:

This will list the names of the available presets.

github-label -l

This will list the labels and colors of a preset

github-label -l priority

Core features implemented

14 Jun 14:29
Compare
Choose a tag to compare

New Features:

  • More concise output.
  • Outputs all of a repository's labels if no options are supplied.
  • Option to remove a label preset.
  • Option to remove all labels.
  • Presets for default, priority, and progress.

Bug Fixes:

  • Show 404 validation error if repository does not exist.
  • Show help if --preset or --json options are invalid.