Files
labeler/action.yml
2020-02-05 17:23:08 +00:00

13 lines
355 B
YAML

name: 'Pull Request 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: 'lib/main.js'