chore: 알림 클릭 시, 쌓여있는 알림들을 모두 읽음 처리로 로직 수정 #622
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 Assignees' | |
on: | |
pull_request: | |
types: [opened, ready_for_review, edited] | |
jobs: | |
register-assignees: | |
runs-on: ubuntu-latest | |
permissions: | |
contents: read | |
pull-requests: write | |
steps: | |
- uses: hkusu/review-assign-action@v1 | |
with: | |
assignees: ${{ github.actor }} |