Skip to content

Procedure for setting up and utilizing this Tool #1

Procedure for setting up and utilizing this Tool

Procedure for setting up and utilizing this Tool #1

Workflow file for this run

name: Create Branch from Issue
on:
issues:
types: [assigned]
jobs:
create_issue_branch_job:
runs-on: ubuntu-latest
steps:
- name: Create Issue Branch
uses: robvanderleek/create-issue-branch@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}