fix: Errors if objects removed by some component is listed on exclusions of Trace and Optimize #3012
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
on: | |
pull_request: | |
branches: [ master, master-* ] | |
types: [ opened, synchronize, reopened, ready_for_review, labeled, unlabeled ] | |
jobs: | |
check-conventional-commit: | |
runs-on: ubuntu-latest | |
if: ${{ !contains(github.event.pull_request.labels.*.name, 'NO-COMMIT-CHECK') }} | |
steps: | |
- uses: anatawa12/sh-actions/conventional-commitlint@master |