Skip to content

Commit

Permalink
Fix auto-assign
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxiqian committed Jul 11, 2024
1 parent f1c4cb1 commit d2bee63
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr_auto_assign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ name: Auto Assign
on:
pull_request:
types: [opened, edited, labeled, unlabeled]
permissions:
pull-requests: write
jobs:
run:
runs-on: ubuntu-latest
Expand All @@ -28,6 +30,7 @@ jobs:
- uses: ./.github/actions/auto-assign
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
numberOfReviewers: 1
reviewers: |
leonardBang
ruanhang1993
Expand Down

0 comments on commit d2bee63

Please sign in to comment.