Skip to content

chore: release main #570

chore: release main

chore: release main #570

---
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@ac7a12d2c2baf37fd74a87663c3acb6fd95e984b
with:
# Keep in sync with .github/config/release-please-config.json changelog-sections
types: |
feat
fix
deps
docs
ci
test
chore
refactor