Switching to auto mode and close issues with PR
This commit is contained in:
parent
306c791445
commit
f476a6f37e
3
.github/issue-branch.yml
vendored
3
.github/issue-branch.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue