fix: 총바퀴 수가 커질 경우 레인 변경시 NaN 발생 문제 해결 #620
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 }} |