Skip to content

build(deps): bump which from 6.0.3 to 7.0.0 in /nym-vpn-core #2480

build(deps): bump which from 6.0.3 to 7.0.0 in /nym-vpn-core

build(deps): bump which from 6.0.3 to 7.0.0 in /nym-vpn-core #2480

name: auto-assign-reviewer
on:
pull_request:
# add needed activity types
# https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#pull_request
types: [opened, synchronize, reopened, ready_for_review, review_requested]
jobs:
assign_reviewer:
runs-on: ubuntu-latest
# do not run while in draft mode
if: github.event.pull_request.draft == false
steps:
- uses: shufo/[email protected]
with:
config: ".github/reviewer-by-files.yml"
token: ${{ secrets.GITHUB_TOKEN }}