번역 재수정 & 카테고리 타이틀 번역 #4
This file contains hidden or 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 Assign Reviewers | |
| on: | |
| pull_request: | |
| types: [opened, ready_for_review] | |
| permissions: | |
| contents: read | |
| pull-requests: write | |
| jobs: | |
| auto-assign: | |
| runs-on: [self-hosted, linux] | |
| steps: | |
| - uses: actions/checkout@v3 | |
| - uses: kentaro-m/auto-assign-action@v2.0.0 | |
| with: | |
| configuration-path: .github/auto_assign_config.yml |