Skip to content

[pkg/sitemap-ext]: Fixes trailingSlash handling for SSR dynamic routes #154

[pkg/sitemap-ext]: Fixes trailingSlash handling for SSR dynamic routes

[pkg/sitemap-ext]: Fixes trailingSlash handling for SSR dynamic routes #154

Workflow file for this run

# Automatically labels PRs based on the configuration file
# you are probably looking for 👉 `.github/labeler.yml`
name: Label PRs
on:
- pull_request
jobs:
triage:
runs-on: ubuntu-latest
permissions:
contents: read
statuses: write
issues: write
pull-requests: write
steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: true