fix(ci): fix build-docs.yml's dead workflow reference, add permissions #183
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |