Skip to content

fix(ci): fix build-docs.yml's dead workflow reference, add permissions #183

fix(ci): fix build-docs.yml's dead workflow reference, add permissions

fix(ci): fix build-docs.yml's dead workflow reference, add permissions #183

name: Check Semantic PR
on:
pull_request:
types: [opened, edited, synchronize, reopened]
pull_request_target:
types: [opened, edited, synchronize, reopened]
permissions:
# The callee reads PR metadata to validate the title; contents is not enough,
# and a callee may not request more than it is granted.
pull-requests: read
jobs:
check:
uses: reqstool/.github/.github/workflows/common-check-semantic-pr.yml@main