Integrated: 420: Expand JBS issues in PR titles
Erik Helin
ehelin at openjdk.java.net
Wed Jun 17 17:14:06 UTC 2020
On Wed, 17 Jun 2020 16:08:38 GMT, Erik Helin <ehelin at openjdk.org> wrote:
> Hi all,
>
> please review this small patch that automatically expands issue ids in pull request titles to the "id: title" format.
> For example if a pull request for the [skara](https://github.com/openjdk/skara) repository has the title `420`, then
> the pull request title will be automatically set to `420: Expand JBS issues in PR titles`. I have been fairly
> conservative in what we expand, we only expand titles exactly matching `PROJECT-ID` or `ID`, i.e. `SKARA-420` or
> `420`. Testing:
> - [x] Added two new unit tests
> - [x] `make test` passes on Linux x64
>
> Thanks,
> Erik
This pull request has now been integrated.
Changeset: 2c0df39f
Author: Erik Helin <ehelin at openjdk.org>
URL: https://git.openjdk.java.net/skara/commit/2c0df39f
Stats: 105 lines in 2 files changed: 0 ins; 104 del; 1 mod
420: Expand JBS issues in PR titles
Reviewed-by: rwestberg
-------------
PR: https://git.openjdk.java.net/skara/pull/672
More information about the skara-dev
mailing list