Skip to content

Chore: 브라우저 탭 타이틀 및 아이콘 변경 #46

Chore: 브라우저 탭 타이틀 및 아이콘 변경

Chore: 브라우저 탭 타이틀 및 아이콘 변경 #46

Workflow file for this run

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 }}