Update squizlabs/php_codesniffer requirement from ^3.7.2 to ^4.0.1 #88
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: "Verify type labels" | |
| on: | |
| pull_request_target: | |
| types: [opened, labeled, unlabeled, synchronize] | |
| jobs: | |
| triage: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: baev/action-label-verify@main | |
| with: | |
| repo-token: ${{ secrets.GITHUB_TOKEN }} | |
| allowed: | | |
| type:bug | |
| type:improvement | |
| type:internal | |
| type:invalid | |
| type:new feature | |
| type:dependencies | |
| type:security |