Skip to content

Commit 809c7db

Browse files
authored
ci: Fix syntax error in CIB (#183)
* ci(issues): Add GH action 'Create Issue Branch' More testing needed! * refactor: Update version_constraint_key * ci(issues): Fix syntax error in CIB Forgot 'uses:'... * refactor: Update version_constraint_key * refactor: Update version_constraint_key
1 parent 0a23453 commit 809c7db

File tree

2 files changed

+20
-19
lines changed

2 files changed

+20
-19
lines changed

.github/workflows/ci-create-issue-branch.yml

+19-18
Original file line numberDiff line numberDiff line change
@@ -11,24 +11,25 @@ jobs:
1111
uses: robvanderleek/create-issue-branch@main
1212
env:
1313
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/
3233

3334
- name: Echo branch name
3435
run: echo ${{ steps.Create_Issue_Branch.outputs.branchName }}

version_constraint_key

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
cleanly-clear-camel
1+
trivially-touched-tuna

0 commit comments

Comments
 (0)