Skip to content

test: setup CI for performance testing #2282

test: setup CI for performance testing

test: setup CI for performance testing #2282

Workflow file for this run

name: "Semantic Pull Request"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
- reopened
permissions:
pull-requests: read
jobs:
main:
name: Validate a PR title is following the conventional commits
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v5.5.3, to avoid Unpinned tag for 3rd party Action in workflow from CodeQL
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}