Files
labeler/action.yml
Mike Coutermarsh d43dfced82 Fix name
2019-08-08 10:59:59 -07:00

13 lines
324 B
YAML

name: 'Pull Request Labeler'
description: 'Label pull requests by files altered'
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'