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
Newly pushed branches hints on repository home page (#25715)
This PR will display a pull request creation hint on the repository home
page when there are newly created branches with no pull request. Only
the recent 6 hours and 2 updated branches will be displayed.
Inspired by #14003
Replace #14003Resolves#311Resolves#13196Resolves#23743
co-authored by @kolaente
Copy file name to clipboardexpand all lines: options/locale/locale_en-US.ini
+2
Original file line number
Diff line number
Diff line change
@@ -1767,6 +1767,8 @@ pulls.auto_merge_canceled_schedule_comment = `canceled auto merging this pull re
1767
1767
pulls.delete.title = Delete this pull request?
1768
1768
pulls.delete.text = Do you really want to delete this pull request? (This will permanently remove all content. Consider closing it instead, if you intend to keep it archived)
1769
1769
1770
+
pulls.recently_pushed_new_branches = You pushed on branch <strong>%[1]s</strong> %[2]s
0 commit comments