⚠️ This release includes breaking changes!
This release features a larger rework of the internal GitHub API usage. Previously, either the REST API or the GraphQL API was used, based on the input parameters. Since the needed functionally has been removed from the GraphQL API, we now exclusively use the REST API. See the updated README for an overview.
- Breaking: The
type
input is required now. - Breaking: Removal of the
repo
/owner
strategy. The API does not support it anymore, all packages need to be either organization or user bound. - Support for rate limiting. Disabled by default for now. Can be enabled via the
rate-limit
input. - Dependency updates.
Big thanks to @prom3theu5 for implementing these changes!