Release v0.3.1 #22
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' | |
| on: | |
| pull_request: | |
| types: [ opened, ready_for_review ] | |
| jobs: | |
| add-assign: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: kentaro-m/[email protected] | |
| with: | |
| configuration-path: .github/config/auto-assign-config.yml | |
| # Settings -> Actions -> General -> Workflow permissions -> Read and write permissions 권한 필요 |