mirror of
https://github.com/ivuorinen/actions.git
synced 2026-01-26 03:23:59 +00:00
ivuorinen/actions/sync-labels
Sync labels
Description
Sync labels from a YAML file to a GitHub repository
Inputs
| name | description | required | default |
|---|---|---|---|
labels |
Path to the labels YAML file |
true |
labels.yml |
token |
GitHub token for authentication |
false |
${{ github.token }} |
Outputs
| name | description |
|---|---|
labels |
Path to the labels YAML file |
Runs
This action is a composite action.
Usage
- uses: ivuorinen/actions/sync-labels@main
with:
labels:
# Path to the labels YAML file
#
# Required: true
# Default: labels.yml
token:
# GitHub token for authentication
#
# Required: false
# Default: ${{ github.token }}