Paginate and remove old labels (#96)

* Paginate to get all changed files. Add option to remove labels

* build

* format and build
This commit is contained in:
David Kale
2020-09-08 13:09:16 -04:00
committed by GitHub
parent ebdf5d5f9f
commit fa244eaba5
4 changed files with 328 additions and 150 deletions

View File

@@ -7,6 +7,12 @@ inputs:
configuration-path:
description: 'The path for the label configurations'
default: '.github/labeler.yml'
required: false
sync-labels:
description: 'Whether or not to remove labels when matching files are reverted'
default: false
required: false
runs:
using: 'node12'
main: 'dist/index.js'