mirror of
https://github.com/lannonbr/issue-label-manager-action.git
synced 2025-06-27 22:24:13 +00:00
2.0.0 release (#8)
* Upgrading action to JS Action * Swapping to double-quotes for strings * Switching parcel bundle to target node * Updating docs
This commit is contained in:
parent
ec1266042a
commit
56bf52020f
11 changed files with 7752 additions and 169 deletions
11
README.md
11
README.md
|
@ -18,9 +18,10 @@ If a label doesn't need a description, leave out the `description` field of the
|
|||
|
||||
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"]
|
||||
}
|
||||
```yaml
|
||||
steps:
|
||||
- name: "Check & Modify Labels"
|
||||
uses: lannonbr/issue-label-manager-action@2.0.0
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue