[CHORE] CI 스크립트 캐싱 추가 & jacocoTest 로컬 제외 #6
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: Auto Issue Setting | |
on: | |
issues: | |
types: [opened] | |
jobs: | |
auto-assign: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Auto-assign issue creator | |
uses: pozil/auto-assign-issue@v2 | |
with: | |
repo-token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} | |
assignees: ${{ github.actor }} |