micalevisk/Find Last Issue

GitHub Action to find and export the number of last updated issue whithin some repository that has given labels.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
repositoryThe target GitHub owner and name separated by slash. For example: `micalevisk/last-issue-action`.${{ github.repository }}
tokenThe GitHub token providing at least `issues: read` authorization to the repository.${{ github.token }}
labelsComma-separated label names that the issue must have.yes
stateIssue state to filter by. Can be `"open"`, `"closed"` or `"all"`no
namedescription
issue-numberThe number of the issue found, otherwise empty.
has-foundResponse status. Will be `true` if some issue was found, otherwise `false`.
is-closedWill be `true` if the issue found is closed, otherwise `false`.