-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Cannot click on action link if the commit message is empty #27901
Labels
Comments
Maybe |
lunny
added a commit
that referenced
this issue
Nov 21, 2023
GiteaBot
pushed a commit
to GiteaBot/gitea
that referenced
this issue
Nov 21, 2023
silverwind
pushed a commit
to silverwind/gitea
that referenced
this issue
Nov 21, 2023
fuxiaohei
pushed a commit
to fuxiaohei/gitea
that referenced
this issue
Jan 17, 2024
silverwind
pushed a commit
to silverwind/gitea
that referenced
this issue
Feb 20, 2024
project-mirrors-bot-tu bot
pushed a commit
to project-mirrors/forgejo-as-gitea-fork
that referenced
this issue
Jan 23, 2025
Backport go-gitea#28113 by @lunny Fix go-gitea#27901 Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> (cherry picked from commit c997e90)
# for free
to subscribe to this conversation on GitHub.
Already have an account?
#.
Description
When I commit using
git commit --allow-empty-message -m ""
Then I cannot click on the link in the associated action.
The resulting
html
element is<a class="index gt-no-underline title action-item-title" title="" href="/<AUTHOR>/<REPO>/actions/runs/1"></a>
Maybe we should have a placeholder here in case of missing message?
But this is really not a big problem, I just write it here so you know, but it is really minor.
Gitea Version
1.20.5
Can you reproduce the bug on the Gitea demo site?
Yes
Log Gist
No response
Screenshots
Git Version
No response
Operating System
NixOS
How are you running Gitea?
using nix official gitea service
Database
PostgreSQL
The text was updated successfully, but these errors were encountered: