-
State changed as code fixing the issue is committed (b19eedb4)
-
OneDev
changed state to 'Closed' 4 months ago
Previous Value Current Value Open
Closed
-
State changed as build OD-6587 is successful
-
OneDev
changed state to 'Released' 4 months ago
Previous Value Current Value Closed
Released
-
This makes sense. I filed an improvement request: OD-2540
| Type |
Improvement
|
| Priority |
Normal
|
| Assignee | |
| Labels |
No labels
|
Issue Votes (0)
If the source and target branch for a PR only differ in a single commit then use the commit message and commit description to pre-fill the PR title and PR description.
If the PR has multiple commits use the current technique of computing a PR title based on the branch name. This technique could be slightly improved as well, e.g.
<conventional-commit-type>/my-branch-name-> PR title:<conventional-commit-type>: my branch name<conventional-commit-type>-my-branch-name-> PR title:<conventional-commit-type>: my branch name<conventional-commit-type>_my_branch-name-> PR title:<conventional-commit-type>: my branch namewip-my-branch-name-> PR title:[WIP] my branch namewip-<conventional-commit-type>/my-branch-name-> PR title:[WIP] <conventional-commit-type>: my branch nameBasically try to detect
WIPand potential conventional commit types in the branch name.But a priority would be better handling of PRs with just a single commit because I always have to copy the commit information into the PR information when using the squash merge strategy.