feat: migrate images to assets repo, add MakerWorld extract/publish tooling #1178
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| 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 |