README files for allure-xunit and allure-specflow are updated to reflect recent changes #63
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: "Verify type labels" | |
on: | |
pull_request: | |
types: [ labeled, unlabeled ] | |
jobs: | |
triage: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: baev/match-label-action@master | |
with: | |
allowed: 'type:bug,type:new feature,type:improvement,type:dependencies,type:internal,type:invalid' |