You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: 'Automatically label new pull requests based on the paths of files being changed'
author: 'Doka'
inputs:
token:
description: 'The GITHUB_TOKEN secret'
required: true
config:
description: 'The path for the label configurations'
default: '.github/labeler.yml'
required: true
strategy:
description: 'How to apply matched labels: "append" - to add matched labels on top of already assigned; "replace" - replace currently assigned labels with new.'