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

This commit is contained in:
David Kale
2020-09-08 12:37:50 -04:00
parent c5c9bd0f54
commit e4246d2b5b
2 changed files with 16 additions and 2 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: 'lib/main.js'