iyaki/Regex PR Annotator
Annotate pull requests based on regex findings in added lines
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GitHub token for API calls | — | ${{ github.token }} |
| rules | JSON array of rule objects, or a path to a JS file (CommonJS) exporting an array. Each rule supports: regex, message (supports {regex}, {line}, {match}), level (optional, default: warning), and paths (optional, regex patterns for file filtering) | yes | — |
| debug | Enable debug logging: outputs patches and match info | no | false |
| fail_level | Minimum level (notice, warning, error) that causes the action to fail. Use "none" to never fail. | no | none |
Outputs
no outputs