mirror of
https://github.com/curl/curl.git
synced 2026-06-22 14:35:37 +03:00
github/labeler: switch to the 5 beta version
This version adds an important feature that will allow more PRs to be labelled. Rather than being limited to labeling PRs with files that match a single glob, it can now label them if multiple changed files match any one of a number of globs.
This commit is contained in:
parent
ff5e502316
commit
dd12b452a8
2 changed files with 367 additions and 225 deletions
2
.github/workflows/label.yml
vendored
2
.github/workflows/label.yml
vendored
|
|
@ -21,7 +21,7 @@ jobs:
|
|||
pull-requests: write
|
||||
|
||||
steps:
|
||||
- uses: actions/labeler@v4
|
||||
- uses: actions/labeler@v5.0.0-beta.1
|
||||
with:
|
||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
# Workaround for actions/labeler#112
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue