Skip to content

FIX #2271: Add ability to "useAsExemptList" for DefaultExemptZone, to update Network Zone #33

FIX #2271: Add ability to "useAsExemptList" for DefaultExemptZone, to update Network Zone

FIX #2271: Add ability to "useAsExemptList" for DefaultExemptZone, to update Network Zone #33

name: "Pull Request Reviewer"
on:
pull_request_target:
types: [opened, ready_for_review, reopened]
permissions:
pull-requests: write
jobs:
add-reviewer:
runs-on: ubuntu-latest
steps:
- uses: kentaro-m/auto-assign-action@v2.0.0
with:
configuration-path: ".github/reviewer-lottery.yml"
repo-token: "${{ secrets.GITHUB_TOKEN }}"