Skip to content

fix(events): serve events sitemap at /event/sitemap.xml and stop backend calls for non-numeric IDs #4802

fix(events): serve events sitemap at /event/sitemap.xml and stop backend calls for non-numeric IDs

fix(events): serve events sitemap at /event/sitemap.xml and stop backend calls for non-numeric IDs #4802

Workflow file for this run

name: "lint-pr-title"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
- reopened
permissions:
pull-requests: read
jobs:
pr-title:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}