issue-ops/IssueOps Validator
Validate issue form submissions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| add-comment | Whether to comment on the issue with a success/failure message | no | true |
| api_url | The GitHub API URL to use. | no | ${{ github.api_url }} |
| github-token | The GitHub API token to use | no | ${{ github.token }} |
| issue-form-template | The issue form template file name (e.g. `new-repository.yml`) | yes | — |
| issue-number | The issue number | yes | ${{ github.event.issue.number }} |
| parsed-issue-body | The issue body parsed by `issue-ops/parser` | yes | ${{ github.event.issue.body }} |
| repository | The repository where the issue was opened | no | ${{ github.repository }} |
| workspace | The path where the repository has been cloned using the `actions/checkout` step. This is required to find the issue form template file. | yes | ${{ github.workspace }} |
Outputs
| name | description |
|---|---|
| result | The result of the validation ('success' or 'failure') |
| errors | The errors encountered during validation |