feat(tags): adds legacy_tag_formats and ignored_tag_formats settings
#861
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 |