修复:更新设置页面和元素溢出页面样式 #31
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' | |
on: | |
pull_request_target: | |
types: [opened, synchronize, reopened] | |
jobs: | |
add-reviewers: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: kentaro-m/[email protected] | |
with: | |
configuration-path: '.github/auto_asign_configs.yml' |