카공에 오픈채팅방url 추가 및 카공 모집글 생성, 카공 모집글 수정에 오픈채팅방 url 넣을 수 있도록 변경, 카공모집글 조회에 참여한 상태 추가 #70
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Create Issue Branch | |
on: | |
issues: | |
types: [ assigned, opened ] | |
jobs: | |
create_issue_branch_job: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Create Issue Branch | |
uses: robvanderleek/create-issue-branch@main | |
env: | |
GITHUB_TOKEN: ${{ secrets.ROBINJOON_GITHUB_TOKEN }} |