Skip to content

Commit

Permalink
fix: PR에 자동으로 리뷰어 등록이 안되는 문제 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hepheir committed Oct 9, 2023
1 parent 024fac8 commit cd26115
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,22 @@
name: Auto Assign
run-name: Auto assigning people to ${{ github.actor }}'s Pull Request. 🚀
on:
pull_request:
branches:
- main
pull_request_target:
types:
- opened
- edited
- reopened
- ready_for_review
- unlocked
jobs:
Add-Reviewers:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: kentaro-m/[email protected]
name: Add reviewers to PR
with:
configuration-path: ".github/auto_assign.yml"
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit cd26115

Please sign in to comment.