Skip to content

fix: SG-43585: Performance improvement of pyevaluate and pyexec #998

fix: SG-43585: Performance improvement of pyevaluate and pyexec

fix: SG-43585: Performance improvement of pyevaluate and pyexec #998

name: Validate PR title
on:
pull_request:
types: [opened, edited, synchronize, reopened]
permissions:
pull-requests: read
jobs:
semantic:
if: github.repository_owner == 'AcademySoftwareFoundation'
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
feat
fix
perf
docs
build
ci
test
chore