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]}'
|
branchName: '${issue.number}-${issue.title[0,40]}'
|
||||||
gitSafeReplacementChar: '-'
|
gitSafeReplacementChar: '-'
|
||||||
branches:
|
branches:
|
||||||
|
@ -18,3 +18,4 @@ copyIssueLabelsToPR: true
|
||||||
copyIssueAssigneeToPR: true
|
copyIssueAssigneeToPR: true
|
||||||
copyIssueProjectsToPR: false
|
copyIssueProjectsToPR: false
|
||||||
copyIssueMilestoneToPR: true
|
copyIssueMilestoneToPR: true
|
||||||
|
autoCloseIssue: true
|
||||||
|
|
Loading…
Reference in a new issue