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
After upgrading to Gitea 1.23.5 and later to 1.23.7, notifications about new commits in pull requests have stopped being delivered. This affects users who should receive them via email and are listed in CODEOWNERS
Problem Description:
Previously, when a new commit was pushed to a pull request, notifications were correctly sent to:
All reviewers/approvers
Users listed in the CODEOWNERS file
Now, after the upgrade:
These users no longer receive any notification about the new commits
Other notifications (e.g. about review requests, PR creation) still work as expected
There were no changes in SMTP settings or CODEOWNERS structure
What I Checked:
Verified SMTP settings
Confirmed users are in CODEOWNERS
Verified users have not disabled notifications in their settings
Notifications for other events still function
Problem appeared right after upgrading from 1.23.4 to 1.23.5 and persists in 1.23.7
No errors found in logs related to email sending on PR commit updates
Expected Behavior:
Users who are approvers or listed in CODEOWNERS should receive email notifications when new commits are pushed to a PR.
Gitea Version
1.23.7
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
No response
Screenshots
No response
Git Version
No response
Operating System
CentOS 9-Stream
How are you running Gitea?
systemd
Database
PostgreSQL
The text was updated successfully, but these errors were encountered:
@wxiaoguang I’ll test this on the staging instance first, though the load there is minimal. I plan to deploy the fix to production in the next release.
Regarding the issue with reviewers being reset and reassigned from CODEOWNERS during PR changes, I’ve also noticed inconsistent notifications—sometimes certain reviewers receive them while others don’t. Unfortunately, this isn’t clearly reflected in the logs, making it difficult to trace.
Description
After upgrading to Gitea 1.23.5 and later to 1.23.7, notifications about new commits in pull requests have stopped being delivered. This affects users who should receive them via email and are listed in CODEOWNERS
Problem Description:
Previously, when a new commit was pushed to a pull request, notifications were correctly sent to:
Now, after the upgrade:
What I Checked:
Expected Behavior:
Users who are approvers or listed in CODEOWNERS should receive email notifications when new commits are pushed to a PR.
Gitea Version
1.23.7
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
No response
Screenshots
No response
Git Version
No response
Operating System
CentOS 9-Stream
How are you running Gitea?
systemd
Database
PostgreSQL
The text was updated successfully, but these errors were encountered: