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 2ba5fe8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: Auto Assign
run-name: Auto assigning people to ${{ github.actor }}'s Pull Request. 🚀
on:
pull_request:
branches:
- main
pull_request_target:
types: [opened, ready_for_review]
jobs:
Add-Reviewers:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2ba5fe8

Please sign in to comment.