Rebasing after updating the branch by an author in gitIgnoredAuthors #21004
Labels
priority-2-high
Bugs impacting wide number of users or very important features
type:bug
Bug fix of existing functionality
Discussed in #21003
Originally posted by kota65535 March 17, 2023
How are you running Renovate?
Mend Renovate hosted app on github.com
If you're self-hosting Renovate, tell us what version of Renovate you run.
No response
If you're self-hosting Renovate, select which platform you are using.
None
If you're self-hosting Renovate, tell us what version of the platform you run.
No response
Was this something which used to work for you, and then stopped?
It used to work, and then stopped
Wanted end result.
When Renovate updates the poetry dependencies, I want to run
poetry export
to create a piprequirements.txt
file with the new dependencies.To achieve this, I've created a GitHub Action workflow that runs
poetry export
and then add a new commit to the Renovate's PR branch with an author of gitIgnoredAuthors, which should prevent Renovate bot from performing any further commits.But this causes the infinite loop as follows:
poetry export
and adds a new commitMinimal reproduction is available here.
Am I missing for something about the use of gitIgnoredAuthors?
This may be a regression of #17528.
What you tried so far.
For a workaround,
rebaseWhen: never
stops this infinite loop.Relevant debug logs
Logs
The text was updated successfully, but these errors were encountered: