Infinite Loop with Release-please action #1028
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
We are running into an issue where an infinite loop is being triggered for one of our repositories that uses the release please github action. We use the github action on multiple repos, with a similar configuration, but only have this issue on a single repo, and it started yesterday without any modifications to the workflow files or release-please configuration.
After merging a PR to our master branch, release please was triggered to update the Pull request
release-please--branches--master
with the new commit. However, this triggers an additional release-please job to start. Normally we see a message like this, indicating that the pull request is already up to date and there is no update needed:However for one repo, it triggers an additional update to the pull request, which re-triggers the release-please action:
The commit hash is different every time, and it triggers over and over until we disable the workflow. Our other repositories with release-please do not have this issue.
Below is the release-please.yaml workflow that we are using, slightly modified to redact specific information:
.release-please-manifest.json
release-please-config.json:
Environment details
Steps to reproduce
We do not know how to reproduce this, but everything we've tried results in the same issue for one particular repository. Other repos using basically the same workflow config do not experience this issue.
The text was updated successfully, but these errors were encountered: