Docker Hub release workflow creates PRs at the repository operator-framework/community-operators using the fork of devOpsHelm.
After the workflow has finished and operator version updating PRs for community-operators repository passes, the master branch of the devOpsHelm and operator-framework diverge. So when the workflow is run again and the second PR is created from the fork , the PR has conflicts with the master branch of the operator-framework repository. This PR fixes the issue.
Docker Hub release workflow creates PRs at the repository operator-framework/community-operators using the fork of devOpsHelm.
After the workflow has finished and operator version updating PRs for community-operators repository passes, the master branch of the devOpsHelm and operator-framework diverge. So when the workflow is run again and the second PR is created from the fork , the PR has conflicts with the master branch of the operator-framework repository. This PR fixes the issue.