Skip to content

refactor: 도움돼요 토글 비관적 락 제거 및 CQRS 구조 개선 #186

refactor: 도움돼요 토글 비관적 락 제거 및 CQRS 구조 개선

refactor: 도움돼요 토글 비관적 락 제거 및 CQRS 구조 개선 #186

name: Create Issue Branch
on:
issues:
types: [assigned]
pull_request:
types: [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.TOKEN }}