mirror of
https://github.com/actions/labeler.git
synced 2026-01-07 12:47:17 +08:00
Paginate to get all changed files. Add option to remove labels
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: 'lib/main.js'
|
||||
|
||||
Reference in New Issue
Block a user