Skip to content

chore: release main #578

chore: release main

chore: release main #578

---
name: Validate PR Title
on:
pull_request:
types: [opened, edited, synchronize, reopened]
permissions:
pull-requests: read
jobs:
validate-title:
runs-on: ubuntu-latest
steps:
- name: Validate PR title
uses: camunda/infra-global-github-actions/teams/infra/pull-request/validate-title@309fedf3bfb3bbe05b15ce2716e79514f9f2cc30
with:
# Keep in sync with .github/config/release-please-config.json changelog-sections
types: |
feat
fix
deps
docs
ci
test
chore
refactor