Skip to content

Commit

Permalink
Core modules require maintainer review
Browse files Browse the repository at this point in the history
  • Loading branch information
caoliang-web committed Mar 19, 2024
1 parent 66e958d commit ed72f2a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/pr-approve-status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ name: Need_2_Approval

on:
pull_request_review:
types: [submitted]
types: [ submitted ]

jobs:
Need_2_Approval:
Expand All @@ -31,8 +31,11 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: '3.10' # Adjust if needed
- name: Install fnmatch library
run: pip install fnmatch
- name: Install match library
run: |
pip install --upgrade pip
pip install match
pip install requests
- name: Run Python script
run: |
python tools/maintainers/check_reviews.py ${{ github.event.pull_request.number }} ${{secrets.GITHUB_TOKEN}}
Expand Down

0 comments on commit ed72f2a

Please sign in to comment.