Fixes for false positives in unused-components rule #722
Workflow file for this run
This file contains 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: Release Label Check | |
on: | |
pull_request_target: | |
types: [opened, labeled, unlabeled, synchronize] | |
jobs: | |
label-check: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: jesusvasquez333/[email protected] | |
with: | |
github-token: "${{ secrets.GITHUB_TOKEN }}" | |
valid-labels: "release/patch, release/minor, release/major, bugfix, feature" | |
pull-request-number: '${{ github.event.pull_request.number }}' | |
disable-reviews: true |