[feat] AI 여행 경로 추천 #10
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
on: | |
issues: # 이슈가 생성될 때 | |
types: [opened] | |
name: Issues | |
jobs: | |
assignAuthor: | |
name: Assign author to issue | |
runs-on: ubuntu-latest | |
steps: | |
- name: Assign author to issue | |
uses: technote-space/assign-author@v1 |