feat(bump): version_files
now support glob patterns (fix #1067)
#460
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Label Pull Request" | |
on: | |
- pull_request_target | |
jobs: | |
label-pr: | |
permissions: | |
contents: read | |
pull-requests: write | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
with: | |
sparse-checkout: | | |
.github/labeler.yml | |
sparse-checkout-cone-mode: false | |
- uses: actions/labeler@v5 | |
with: | |
configuration-path: .github/labeler.yml |