Skip to content
Compare
Choose a tag to compare
@rubengees rubengees released this 14 Apr 08:51
· 25 commits to main since this release

⚠️ 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!