mirror of
https://github.com/actions/labeler.git
synced 2025-12-15 22:46:47 +00:00
13 lines
344 B
YAML
13 lines
344 B
YAML
name: 'Labeler'
|
|
description: 'Add labels to new pull requests based on the files that are changed'
|
|
author: 'GitHub'
|
|
inputs:
|
|
repo-token:
|
|
description: 'The GITHUB_TOKEN secret'
|
|
configuration-path:
|
|
description: 'The path for the label configurations'
|
|
default: '.github/labeler.yml'
|
|
runs:
|
|
using: 'node12'
|
|
main: 'dist/index.js'
|