From 334c4e56b1c2b64b3a3a1461a77614e51ff44ffa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Si=C3=B4n=20le=20Roux?= Date: Fri, 18 Oct 2019 23:54:39 +0200 Subject: [PATCH] Include "Co-authored-by" in pull request feature test case --- features/pull_request.feature | 1 + 1 file changed, 1 insertion(+) diff --git a/features/pull_request.feature b/features/pull_request.feature index 3fd535e3..2d3726c4 100644 --- a/features/pull_request.feature +++ b/features/pull_request.feature @@ -135,6 +135,7 @@ Feature: hub pull-request Hello Signed-off-by: NAME + Co-authored-by: NAME """ And the "topic" branch is pushed to "origin/topic" When I successfully run `hub pull-request` -- GitLab