nickderobertis/Check if Issue Exists
Queries for an issue in a Github repository, exposing an output for whether an issue matching that query exists
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repo | Which repo to check issues in. Must include the owner of the repo, e.g. nickderobertis/check-if-issue-exists-action | yes | — |
| token | Github token | yes | — |
| title | Check for issues matching this title exactly | no | — |
| labels | Check for issues matching these labels. Can pass a comma-separated list of labels or a single label. | no | — |
Outputs
| name | description |
|---|---|
| exists | Whether the queried issue exists in the passed repo |