Merge branch 'main' into dot-option

This commit is contained in:
Alexander Kachkaev
2023-03-12 22:13:26 +00:00
committed by GitHub
19 changed files with 2284 additions and 75 deletions

View File

@@ -3,7 +3,9 @@ description: 'Automatically label new pull requests based on the paths of files
author: 'GitHub'
inputs:
repo-token:
description: 'The GITHUB_TOKEN secret'
description: 'The GitHub token used to manage labels'
required: false
default: ${{ github.token }}
configuration-path:
description: 'The path for the label configurations'
default: '.github/labeler.yml'