Don't throw InvalidOperationException in API functions/attributes if Allure is not running #201
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: "Verify type labels" | |
| on: | |
| pull_request: | |
| types: [ labeled, unlabeled ] | |
| permissions: | |
| contents: read | |
| 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' |