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
If you have a repo configured to use an external issue tracker and use the alphanumeric issue identifier, then valid issues with a trailing comma won't get dynamically linked in a PR title. For example: TAG-1234 <PR title text> works TAG-1234: <PR title text> works TAG-1234, <PR title text> does NOT work
) (#32959)
Backport #32945 by @katsusanFix#32428.
Patch the regex to match `,`besides `.` `"` `'` `:` and space.
Co-authored-by: katsu <evergonuaa@gmail.com>
…gitea#32945)
Fixgo-gitea#32428.
Patch the regex to match `,`besides `.` `"` `'` `:` and space.
(cherry picked from commit fb75151)
(cherry picked from commit 0efd713)
go-gitea
locked as resolved and limited conversation to collaborators
Mar 23, 2025
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
If you have a repo configured to use an external issue tracker and use the alphanumeric issue identifier, then valid issues with a trailing comma won't get dynamically linked in a PR title. For example:
TAG-1234 <PR title text>
worksTAG-1234: <PR title text>
worksTAG-1234, <PR title text>
does NOT workGitea Version
1.22.0
Can you reproduce the bug on the Gitea demo site?
Yes
Example PR with working issue link:
https://gitea.com/friedrichsenm/test_issue_linking/pulls/1
Example PR with missing issue link:
https://gitea.com/friedrichsenm/test_issue_linking/pulls/2
Log Gist
No response
Screenshots
Can't reproduce in demo right now since the site is down
Git Version
No response
Operating System
Ubuntu
How are you running Gitea?
rootless docker image
Database
PostgreSQL
The text was updated successfully, but these errors were encountered: