issue-label-manager-action/action.yml
Benjamin Lannon 56bf52020f
2.0.0 release (#8)
* Upgrading action to JS Action

* Swapping to double-quotes for strings

* Switching parcel bundle to target node

* Updating docs
2019-08-25 21:51:08 -04:00

9 lines
281 B
YAML

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"