Test method is correctly detectied with data provider (fixes #98) #98
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: "Verify type labels" | |
on: | |
pull_request: | |
types: [ labeled, unlabeled ] | |
jobs: | |
triage: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: zwaldowski/match-label-action@v4 | |
with: | |
allowed: 'type:bug,type:new feature,type:improvement,type:dependencies,type:internal,type:invalid' |