Chore: 브라우저 탭 타이틀 및 아이콘 변경 #46
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 Assign to Specific Reviewer' | |
on: | |
pull_request: | |
types: [opened] | |
jobs: | |
auto-assign: | |
runs-on: ubuntu-latest | |
permissions: write-all | |
steps: | |
- name: auto-assign | |
uses: kentaro-m/[email protected] | |
with: | |
configuration-path: '.github/auto_assign.yml' | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |