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
When a new PR is opened CODEOWNERS functionality is triggered, but afterwards changes in the PR don't trigger CODEOWNERS functionality again.
For example I have next CODEOWNERS:
file1.js @user1
file2.js @user2
If I change file1.js and open a new PR, user1 will be assigned as a reviewer. Then I change file2.js in the same branch so the PR has 2 changed files: file1.js and file2.js but CODEOWNER of file2.js (user2) is not assigned as a reviewer
Gitea Version
1.23.1
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
No response
Screenshots
No response
Git Version
No response
Operating System
No response
How are you running Gitea?
Not relevant
Database
None
The text was updated successfully, but these errors were encountered:
Description
When a new PR is opened CODEOWNERS functionality is triggered, but afterwards changes in the PR don't trigger CODEOWNERS functionality again.
For example I have next CODEOWNERS:
If I change
file1.js
and open a new PR,user1
will be assigned as a reviewer. Then I changefile2.js
in the same branch so the PR has 2 changed files:file1.js
andfile2.js
but CODEOWNER offile2.js
(user2
) is not assigned as a reviewerGitea Version
1.23.1
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
No response
Screenshots
No response
Git Version
No response
Operating System
No response
How are you running Gitea?
Not relevant
Database
None
The text was updated successfully, but these errors were encountered: