Question about creating Github PR directly from In...
# intellij
i
Question about creating Github PR directly from IndeliJ Idea. Is there a way to manually enter PR title or derive it from branch name? eg. branch name:
PRO-123-rename-property
desired PR title:
PRO-123 Rename Property
t
Isn't there just a Title field as part of the UI?
j
I miss this so much, indeed I use tasks and commit message is automatically created, but not the PR title and branch
i
I guess cmd script that talks to GitHub API is next best thing https://cli.github.com/
t
This is what I see in my IDE when I start a new pull request from it. Am I misunderstanding something?
i
Oh thx I kissed that