mirror of
https://github.com/lannonbr/issue-label-manager-action.git
synced 2025-06-28 06:24:13 +00:00
9 lines
No EOL
280 B
YAML
9 lines
No EOL
280 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' |