Improve PR info in default merge message #9635

Merged
sd1998 merged 3 commits from Fix-9552 into master 2020-01-08 11:53:08 +00:00
sd1998 commented 2020-01-07 13:24:41 +00:00 (Migrated from github.com)

Fix for issue #9552.

Fix for issue #9552.
6543 (Migrated from github.com) reviewed 2020-01-07 15:03:29 +00:00
6543 (Migrated from github.com) commented 2020-01-07 15:03:28 +00:00
	return fmt.Sprintf("Merge pull request '%s' (#%d) from %s/%s into %s", pr.Issue.Title, pr.Issue.Index, pr.MustHeadUserName(), pr.HeadBranch, pr.BaseBranch)

this is more like github + has still the PR title in it

```suggestion return fmt.Sprintf("Merge pull request '%s' (#%d) from %s/%s into %s", pr.Issue.Title, pr.Issue.Index, pr.MustHeadUserName(), pr.HeadBranch, pr.BaseBranch) ``` this is more like github + has still the PR title in it
zeripath reviewed 2020-01-07 18:35:44 +00:00
Contributor

You need index not ID

You need index not ID
6543 (Migrated from github.com) reviewed 2020-01-08 01:41:39 +00:00
6543 (Migrated from github.com) commented 2020-01-08 01:41:39 +00:00

more 👀 see more - added to suggestion

more :eyes: see more - added to suggestion
sd1998 (Migrated from github.com) reviewed 2020-01-08 05:45:40 +00:00
sd1998 (Migrated from github.com) commented 2020-01-08 05:45:40 +00:00

@6543 I have made the change.

@6543 I have made the change.
6543 (Migrated from github.com) approved these changes 2020-01-08 05:49:28 +00:00
zeripath approved these changes 2020-01-08 07:45:31 +00:00
bagasme (Migrated from github.com) approved these changes 2020-01-08 08:15:44 +00:00
bagasme (Migrated from github.com) left a comment

OK, but can it be merged for v1.12?

OK, but can it be merged for v1.12?
This repo is archived. You cannot comment on pull requests.
No Milestone
No project
No Assignees
2 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: lunny/gitea#9635
No description provided.