Closed
Description
- Gitea version (or commit ref):
1.14.0+dev-18-gd453533be - Git version:
2.26.2 - Operating system:
docker Alpine Linux - Database (use
[x]
):- PostgreSQLMySQLMSSQLSQLite
- Can you reproduce the bug at https://try.gitea.io:
- Yes (provide example URL)No
- Log gist:
Activity
zeripath commentedon Oct 22, 2020
One is likely to be the person who opened the PR and one is the person who merged the PR.
lakostin commentedon Oct 22, 2020
the problem is that it's written "merged by %person who opened pull request%"
but actually other person merged it
zeripath commentedon Oct 22, 2020
So it's not an incorrect value but rather that the label is unclear. The pulls list has to have the pr author on it - the person who merged it is irrelevant.
The string should be changed to be:
by andrei.kirin merged 11 minutes ago
lakostin commentedon Oct 22, 2020
i would use this variant which is much more clear in my opinion:
opened by andrey.kirin; merged 11 minutes ago by anton.kostin
Rearrange the order of the merged by etc. in locale
Rearrange the order of the merged by etc. in locale (#13284)