rn404/Comment sonar
Detect TODO/FIXME comments and create/update a GitHub Issue
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GitHub Token for authentication. | no | ${{ github.token }} |
| github_repository | Repository to operate on. | no | ${{ github.repository }} |
| sonar_includes | Glob patterns to include. | no | **/* |
| sonar_excludes | Glob patterns to exclude. | no | "" |
| issue_title | Title of the GitHub Issue. | no | :pushpin: TODO/FIXME List |
| issue_label | Label to apply to the GitHub Issue. | no | TODO |
Outputs
no outputs