From f476a6f37eba8f2ece22e7cae35003167761cd56 Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Sat, 19 Feb 2022 16:57:08 +0100 Subject: [PATCH] Switching to auto mode and close issues with PR --- .github/issue-branch.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/issue-branch.yml b/.github/issue-branch.yml index cc42209..bad0e6e 100644 --- a/.github/issue-branch.yml +++ b/.github/issue-branch.yml @@ -1,4 +1,4 @@ -mode: chatops +mode: auto branchName: '${issue.number}-${issue.title[0,40]}' gitSafeReplacementChar: '-' branches: @@ -18,3 +18,4 @@ copyIssueLabelsToPR: true copyIssueAssigneeToPR: true copyIssueProjectsToPR: false copyIssueMilestoneToPR: true +autoCloseIssue: true