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:
Dan Fandrich 2023-09-20 12:22:46 -07:00
parent ff5e502316
commit dd12b452a8
2 changed files with 367 additions and 225 deletions

View file

@ -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