issue-ops/IssueOps Validator

Validate issue form submissions

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
add-commentWhether to comment on the issue with a success/failure messagenotrue
api_urlThe GitHub API URL to use.no${{ github.api_url }}
github-tokenThe GitHub API token to useno${{ github.token }}
issue-form-templateThe issue form template file name (e.g. `new-repository.yml`)yes
issue-numberThe issue numberyes${{ github.event.issue.number }}
parsed-issue-bodyThe issue body parsed by `issue-ops/parser`yes${{ github.event.issue.body }}
repositoryThe repository where the issue was openedno${{ github.repository }}
workspaceThe 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 }}
namedescription
resultThe result of the validation ('success' or 'failure')
errorsThe errors encountered during validation