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 eedab0a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
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
permissions:
contents: read
pull-requests: write
steps:
- uses: kentaro-m/[email protected]

0 comments on commit eedab0a

Please sign in to comment.