No description
Find a file
2018-12-12 19:40:40 -05:00
screenshots Finalizing initial version of action & adding docs 2018-12-05 21:53:04 -05:00
.gitignore Initial Commit 2018-12-05 20:02:58 -05:00
Dockerfile Initial Commit 2018-12-05 20:02:58 -05:00
index.js Adding preview header to get current labels api call 2018-12-12 19:40:40 -05:00
LICENSE Initial Commit 2018-12-05 20:02:58 -05:00
package-lock.json Initial Commit 2018-12-05 20:02:58 -05:00
package.json Initial Commit 2018-12-05 20:02:58 -05:00
README.md Finalizing initial version of action & adding docs 2018-12-05 21:53:04 -05:00

Issue Label Manager Action

This GitHub Action allows you to declaratively state the labels to be defined in a repo.

In the repo you'd like to use this, define a JSON file in .github/labels.json. This file will contain an array of objects that have a name, color, and description as shown in the example below.

labels.json file

Then, set up a workflow that executes this action. When run, it will update the list of labels in the repo to match the JSON file and will delete any other labels.

The result of using the labels.json file shown above is as follows:

Labels result