Integrated: 1936: IssueCommand would change pr title in GitLab

Zhao Song zsong at openjdk.org
Thu Jun 8 20:55:18 UTC 2023


On Wed, 7 Jun 2023 22:55:47 GMT, Zhao Song <zsong at openjdk.org> wrote:

> In GitLab, when a user wants to create a PR in draft mode, they need to include the prefix "Draft: " before the title(Checked the GitLab Document, "WIP" is already deprecated and removed). However, if the user wants to use the "/issue" command to add another issue to this PR, the pr bot will not be able to parse the issue within the PR title. Therefore, the bot will modify the PR title to match the new issue the user wants to add, resulting in the removal of the draft state of the PR.

This pull request has now been integrated.

Changeset: 6f98d0ef
Author:    Zhao Song <zsong at openjdk.org>
URL:       https://git.openjdk.org/skara/commit/6f98d0efc50b1f7501e8074d72a07f99ccdb566b
Stats:     28 lines in 1 file changed: 23 ins; 2 del; 3 mod

1936: IssueCommand would change pr title in GitLab

Reviewed-by: erikj

-------------

PR: https://git.openjdk.org/skara/pull/1528


More information about the skara-dev mailing list