Skip to content

v0.2.3

Choose a tag to compare

@github-actions github-actions released this 08 May 23:40
· 46 commits to master since this release
Immutable release. Only release title and notes can be modified.
v0.2.3
6a404db

Changed

  • merge-dependabot-prs and merge-pre-commit-ci-prs now silently skip repositories whose pull requests endpoint returns 404 (for example, repositories that have pull requests disabled). Previously this was logged as an error with a stack trace; it is now a single informational log line.
  • On retry after BotMergeError (Dependabot or pre-commit.ci), only the repositories that still have unmerged pull requests are re-fetched. Previously every repository was re-processed on each retry.
  • Snapcraft and Flatpak manifests now build from the released git tag instead of the current source directory, so packagers and CI use a stable, reproducible source.

Fixed

  • merge-dependabot-prs and merge-pre-commit-ci-prs no longer abort the entire run when one repository's API call fails (for example, when listing pull requests returns an unexpected error). The failing repository is logged and the command continues processing the remaining repositories.

Full Changelog: v0.2.2...v0.2.3