-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Do not allow bot to overwrite someone else changes #896
Comments
or we can create unique branches including the date here:
|
This will create several updates PRs, which I don't think it is desirable. The bot at the moment overwrites its own changes adding more updates and removing broken owns if the PR is not merged within a week or if triggered manually. I think this is a nice feature we want to keep. If we modified manually the PR, it is because there is an issue, so we don't want the bot to send another broken PR. |
I think we should ensure that the bot pushes using |
I have open an issue at peter-evans/create-pull-request#2766 |
The bot is already using |
We could at least improve the comment in the PR to help people reviewing the changes that may not be familiar with the automation. |
Details
We should add a
--force-with-lease
to our bot to avoid that it overwrites someone else changes when updating packages like in #864 (comment)The text was updated successfully, but these errors were encountered: