mirror of
https://github.com/go-gitea/gitea
synced 2026-02-03 08:50:36 +00:00
Indicate when only optional checks failed (#36367)
Currently it's not clear that you can merge a PR when only optional checks failed: <img width="922" height="447" alt="Screenshot 2026-01-14 at 4 08 17 pm" src="https://github.com/user-attachments/assets/e11670c7-5ab9-42d7-af09-2d8a8fd532d3" /> This PR changes the text to say "Some optional checks failed" when only optional checks failed: <img width="922" height="443" alt="Screenshot 2026-01-14 at 3 59 08 pm" src="https://github.com/user-attachments/assets/9ea69b13-38d6-4cfc-b4f7-952eff58e546" /> When a required check fails it'll still say "Some checks failed": <img width="928" height="343" alt="Screenshot 2026-01-14 at 3 59 20 pm" src="https://github.com/user-attachments/assets/d3764a95-9737-4482-851e-d3406b1e4d76" /> --------- Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
@@ -1847,7 +1847,8 @@
|
||||
"repo.pulls.status_checking": "Some checks are pending",
|
||||
"repo.pulls.status_checks_success": "All checks were successful",
|
||||
"repo.pulls.status_checks_warning": "Some checks reported warnings",
|
||||
"repo.pulls.status_checks_failure": "Some checks failed",
|
||||
"repo.pulls.status_checks_failure_required": "Some required checks failed",
|
||||
"repo.pulls.status_checks_failure_optional": "Some optional checks failed",
|
||||
"repo.pulls.status_checks_error": "Some checks reported errors",
|
||||
"repo.pulls.status_checks_requested": "Required",
|
||||
"repo.pulls.status_checks_details": "Details",
|
||||
|
||||
Reference in New Issue
Block a user