mirror of
https://github.com/lannonbr/issue-label-manager-action.git
synced 2025-06-27 22:24:13 +00:00
Finalizing initial version of action & adding docs
This commit is contained in:
parent
911fcaf7e0
commit
dd3ba1906c
4 changed files with 19 additions and 8 deletions
13
README.md
Normal file
13
README.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
# 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.
|
||||
|
||||

|
||||
|
||||
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:
|
||||
|
||||

|
Loading…
Add table
Add a link
Reference in a new issue