Skip to content

Commit cafd5cc

Browse files
Create create-issue-branch.yml
initial commit
1 parent b138bf6 commit cafd5cc

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Create Issue Branch
2+
3+
on:
4+
workflow_call:
5+
secrets:
6+
GH_TOKEN:
7+
description: "GitHub token with write permissions"
8+
required: true
9+
10+
jobs:
11+
create_issue_branch_job:
12+
runs-on: ubuntu-latest
13+
steps:
14+
- name: Create Issue Branch
15+
id: Create_Issue_Branch
16+
uses: robvanderleek/create-issue-branch@main
17+
env:
18+
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)