Fix your hosting auto events #2
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: Claude Code | |
| on: | |
| issue_comment: | |
| types: [created] | |
| pull_request_review_comment: | |
| types: [created] | |
| issues: | |
| types: [opened, assigned] | |
| pull_request_review: | |
| types: [submitted] | |
| jobs: | |
| claude: | |
| uses: simpleanalytics/github-actions/.github/workflows/claude.yml@main | |
| secrets: inherit | |
| with: | |
| claude_extra_args: | | |
| --append-system-prompt "This repository builds the customer-facing Simple Analytics tracking scripts. The /dist directory is generated output. Skip /dist for review findings, bug and vulnerability checks, and validation commands. Do not report issues only present in /dist unless they prove that a source or build-input change is broken. Focus on source files, tests, build scripts, workflow files, and package metadata." |