issue-label-manager-action/action.yml
2025-06-16 12:31:38 +02:00

18 lines
522 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: "node16"
main: "lib/index.js"
branding:
icon: "upload"
color: "green"
inputs:
delete:
description: "Will not delete any existing labels and will only modify / create them"
required: false
default: false
config:
description: "Path of the labels json"
required: false
default: .github