File tree 2 files changed +20
-19
lines changed
2 files changed +20
-19
lines changed Original file line number Diff line number Diff line change @@ -11,24 +11,25 @@ jobs:
11
11
uses : robvanderleek/create-issue-branch@main
12
12
env :
13
13
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
14
- branchname : full
15
- gitSafeReplacementChar : ' -'
16
- autoCloseIssue : true
17
- openDraftPR : true
18
- copyIssueDescriptionToPR : true
19
- copyIssueLabelsToPR : true
20
- copyIssueAssigneeToPR : true
21
- copyIssueProjectsToPR : true
22
- copyIssueMilestoneToPR : true
23
- branches :
24
- - label : feature
25
- prefix : feature/
26
- - label : enhancement
27
- prefix : feature/
28
- - label : bug
29
- prefix : bugfix/
30
- - label : ' *'
31
- prefix : issues/
14
+ with :
15
+ branchname : full
16
+ gitSafeReplacementChar : ' -'
17
+ autoCloseIssue : true
18
+ openDraftPR : true
19
+ copyIssueDescriptionToPR : true
20
+ copyIssueLabelsToPR : true
21
+ copyIssueAssigneeToPR : true
22
+ copyIssueProjectsToPR : true
23
+ copyIssueMilestoneToPR : true
24
+ branches :
25
+ - label : feature
26
+ prefix : feature/
27
+ - label : enhancement
28
+ prefix : feature/
29
+ - label : bug
30
+ prefix : bugfix/
31
+ - label : ' *'
32
+ prefix : issues/
32
33
33
34
- name : Echo branch name
34
35
run : echo ${{ steps.Create_Issue_Branch.outputs.branchName }}
Original file line number Diff line number Diff line change 1
- cleanly-clear-camel
1
+ trivially-touched-tuna
You can’t perform that action at this time.
0 commit comments