mirror of
https://github.com/lannonbr/issue-label-manager-action.git
synced 2025-06-30 07:04:14 +00:00
Upgrading action to JS Action
This commit is contained in:
parent
ec1266042a
commit
3f22466aff
9 changed files with 7696 additions and 163 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