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
9
action.yml
Normal file
9
action.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
name: "Issue Label Manager Action"
|
||||
description: "Will update repo's labels based on data in JSON file located at $REPO/.github/labels.json"
|
||||
author: "Benjamin Lannon <benjamin@lannonbr.com>"
|
||||
runs:
|
||||
using: "node12"
|
||||
main: "lib/index.js"
|
||||
branding:
|
||||
icon: "upload"
|
||||
color: "green"
|
Loading…
Add table
Add a link
Reference in a new issue