Skip to content

feat(html): support canonical HTML document creation #581

feat(html): support canonical HTML document creation

feat(html): support canonical HTML document creation #581

Workflow file for this run

name: Check Sprint
on:
pull_request_target: # zizmor: ignore[dangerous-triggers] metadata-only automation; no PR code executed
types: [opened, synchronize, reopened, ready_for_review, edited]
branches: [main]
permissions: {}
jobs:
check-sprint:
if: ${{ !github.event.pull_request.draft }}
uses: Mininglamp-OSS/.github/.github/workflows/reusable-check-sprint.yml@v1
with:
pr-number: ${{ github.event.pull_request.number }}
repo-name: ${{ github.repository }}
secrets:
PROJECT_TOKEN: ${{ secrets.PROJECT_TOKEN }}