Github PR's are summarised by the description and not the title

If a Github PR has a description, then Drone uses the description as the ‘title’ for the build.
Our descriptions contain checklists or the second part of the title if Github cut it off when opening the PR, leading to titles like this:

#30. Definition of Done: - [x] Created unit tests - [x] Created e2e tests - [ ] Updated API docs - [ ] Tested
#371. …d wrong

If the description field is empty, the title is used. I think it would be better to always use the Github PR title as the Drone build title.

1 Like

I’d second always using the PR title.
Then, if there’s UI space, get the description, or part of it.

1 Like