mirror of
https://github.com/actions/labeler.git
synced 2025-12-11 03:58:05 +00:00
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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user