feat: implement artifact-based documentation aggregation system with repository_dispatch #82
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: "Pull Request - Semantic Lint" | |
| on: | |
| pull_request_target: | |
| types: | |
| - opened | |
| - edited | |
| - synchronize | |
| permissions: | |
| contents: write | |
| pull-requests: write | |
| jobs: | |
| main: | |
| uses: hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml@0.27.0 |