haystack icon indicating copy to clipboard operation
haystack copied to clipboard

`minor_version_release` requires admin to merge version bump

Open ZanSara opened this issue 2 years ago • 0 comments

Describe the bug Currently, the release process includes running the minor_version_release workflow: https://github.com/deepset-ai/haystack/actions/workflows/minor_version_release.yml However, this workflow produces a PR that, due to some unskippable required CI workflows, is impossible to merge for non-admins.

Expected behavior It should be possible to merge the resulting PR. As an alternative, we can go back recommending the release manager to perform those steps manually.

ZanSara avatar Jun 26 '23 16:06 ZanSara