Skip to content

chore: Fix performance pipeline #2152

chore: Fix performance pipeline

chore: Fix performance pipeline #2152

name: "Semantic Commit Check"
on:
pull_request:
types:
- opened
- edited
- synchronize
merge_group:
branches: [main]
jobs:
main:
name: Semantic Commit Message Check
if: ${{ github.event_name == 'pull_request' }}
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@e9fabac35e210fea40ca5b14c0da95a099eff26f # ratchet:amannn/action-semantic-pull-request@v5
name: Check PR for Semantic Commit Message
env:
GITHUB_TOKEN: ${{ github.token }}