Skip to content

fix(ci): grant pull-requests: read to the semantic-PR check #176

fix(ci): grant pull-requests: read to the semantic-PR check

fix(ci): grant pull-requests: read to the semantic-PR check #176

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