Skip to content

feat: migrate images to assets repo, add MakerWorld extract/publish tooling #1178

feat: migrate images to assets repo, add MakerWorld extract/publish tooling

feat: migrate images to assets repo, add MakerWorld extract/publish tooling #1178

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