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
* giteaofficial/main:
Delete related PullAutoMerge and ReviewState on User/Repo Deletion (go-gitea#19649)
Allow custom default merge message with .gitea/default_merge_message/<merge_style>_TEMPLATE.md (go-gitea#18177)
Allow to mark files in a PR as viewed (go-gitea#19007)
Auto merge pull requests when all checks succeeded via API (go-gitea#9307)
Hide private repositories in packages (go-gitea#19584)
Only show accessible teams in dashboard dropdown list (go-gitea#19642)
prevent double click new issue/pull/comment button (go-gitea#16157)
Improve reviewing PR UX (go-gitea#19612)
[skip ci] Updated translations via Crowdin
Add Changelog v1.16.7 (go-gitea#19575) (go-gitea#19644)
Set safe dir for git operations in .drone.yml CI (go-gitea#19641)
Add missing `sorting` column in `project_issue` table (go-gitea#19635)
- PullRequestPosterName: Pull request's poster name
75
+
- PullRequestIndex: Pull request's index number
76
+
- PullRequestReference: Pull request's reference char with index number. i.e. #1, !2
77
+
- ClosingIssues: return a string contains all issues which will be closed by this pull request i.e. `close #1, close #2`
78
+
46
79
Additionally, the New Issue page URL can be suffixed with `?title=Issue+Title&body=Issue+Text` and the form will be populated with those strings. Those strings will be used instead of the template if there is one.
0 commit comments