Skip to content

ci: Uncomment if conditions in Conan workflow #1069

ci: Uncomment if conditions in Conan workflow

ci: Uncomment if conditions in Conan workflow #1069

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