-
-
Notifications
You must be signed in to change notification settings - Fork 435
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
PR is not updated even there are changes after new incoming changes on master #3159
Comments
Hi @laeubi This is very strange because it looks like this run ran against the correct commit on master with the changes you merged. The action thinks there is no diff between the changes that were made during the workflow and the - run: git --no-pager diff Effectively, the action should rebase changes when creates a commit. So I'm confused why this has happened. |
Oh wait. I see what's happening now. I think you've run into an edge case that I've not considered. Partially merging content from within a single commit. There is no overall diff, that is correct. There is, however, a diff for that specific commit on the branch. I need to make a test for this and find a way to catch this edge case. You can fix this by just deleting the |
@peter-evans Dear Peter, seems like that's my case. I've created a trigger workflow with matrix, it runs properly twice, temporarily creates new files per each run, but... only 1 file in commit in PR by the end of run. |
This now has a fix in the upcoming v7 release. |
Subject of the issue
While previously it has worked to update a PR, now the file itself changed in master the PR is not updated and the action claims everything is even.
Steps to reproduce
I have an action here is has run and created a PR successful (:+1: ) that I have replayed because of infra issue and the PR was updated (:+1: ).
Then we have split and merged a part of it and I replayed it again but now it claims that nothing is to do and the PR is even with master.
I see the following issues
The Maven log reports:
The Action itself reports:
but in the end it tells
The text was updated successfully, but these errors were encountered: