Skip to content

โœจ step image selection on recipe making #93

โœจ step image selection on recipe making

โœจ step image selection on recipe making #93

name: Issue Automation
on:
issues:
types: [ opened ]
pull_request:
types: [ opened, closed ]
jobs:
create-branch:
runs-on: ubuntu-latest
steps:
- name: Create new Branch
uses: robvanderleek/create-issue-branch@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}