Create AutoIssue.yml

This commit is contained in:
Adam Matthiesen 2024-02-23 18:48:13 -08:00 committed by GitHub
parent d8ebfda836
commit 54675427d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 18 additions and 0 deletions

18
.github/workflows/AutoIssue.yml vendored Normal file
View File

@ -0,0 +1,18 @@
name: Auto Issue Branch
on:
issues:
types: [ opened, assigned ]
issue_comment:
types: [ created ]
pull_request:
types: [ opened, closed ]
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 }}