You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The recent change in behaviour introduced in #33744 / reported by #33490 is also triggered by files which are changed in a merge commit (update branch button in the PR) but not really touched by the code changes in the PR. This leads to quite some mail / reviewer spam in our environment.
Steps to reproduce:
Create CODEOWNERS file for test.txt on main
Create PR which changes a file (not test.txt)
Change test.txt on main branch
Update PR branch via Gitea UI
Now the CODEOWNERS for test.txt will be assigned even if the PR does not change text.txt
Gitea Version
1.23.7
Can you reproduce the bug on the Gitea demo site?
Yes
Log Gist
No response
Screenshots
No response
Git Version
No response
Operating System
No response
How are you running Gitea?
Ubuntu installation
Database
None
The text was updated successfully, but these errors were encountered:
Yes. The last commit of this PR is a merge commit which contains the change of the file. But from the PR's changed files, the file is not changed. Maybe it should always check the changed files but not pushed commits.
Description
The recent change in behaviour introduced in #33744 / reported by #33490 is also triggered by files which are changed in a merge commit (update branch button in the PR) but not really touched by the code changes in the PR. This leads to quite some mail / reviewer spam in our environment.
Steps to reproduce:
Gitea Version
1.23.7
Can you reproduce the bug on the Gitea demo site?
Yes
Log Gist
No response
Screenshots
No response
Git Version
No response
Operating System
No response
How are you running Gitea?
Ubuntu installation
Database
None
The text was updated successfully, but these errors were encountered: