refactor: 알람 조회에 읽은알람인지, 언제 발행되었는지를 추가 #97
Workflow file for this run
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 assigner | |
on: | |
pull_request: | |
types: | |
- opened | |
jobs: | |
assign: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: hkusu/review-assign-action@v1 | |
with: | |
assignees: ${{ github.actor }} |