Skip to content

build: SG-42407: Replace autotools with CMake for PCRE2 and atomic_ops #188

build: SG-42407: Replace autotools with CMake for PCRE2 and atomic_ops

build: SG-42407: Replace autotools with CMake for PCRE2 and atomic_ops #188

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