Breaking changes:
- all outputs are following a common naming conventions:
kebab caseissue_number
is nowissue-number
has_found
is nowhas-found
is_closed
is nowis-closed
- environment variable were moved to action inputs
GITHUB_TOKEN
is nowtoken
and defaults togithub.token
Features:
- New optional input added:
repository
. Now you can fetch issues on other
repository instead of on the one that the action runs.
PR: #6