Update README.md
This commit is contained in:
parent
b1a040ac7f
commit
10a9d12869
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
@ -11,3 +11,14 @@ Then, set up a workflow that executes this action. When run, it will update the
|
||||||
The result of using the labels.json file shown above is as follows:
|
The result of using the labels.json file shown above is as follows:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
This action only needs the GITHUB_TOKEN secret as it interacts with the GitHub API to modify labels. The action can be used as such:
|
||||||
|
|
||||||
|
```hcl
|
||||||
|
action "Update Label" {
|
||||||
|
uses = "lannonbr/issue-label-manager-action@master"
|
||||||
|
secrets = ["GITHUB_TOKEN"]
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue