Skip to content

Release k6chaijs@4.5.0.1 #51

Release k6chaijs@4.5.0.1

Release k6chaijs@4.5.0.1 #51

Workflow file for this run

name: 'Auto Assign'
on:
pull_request:
types: [opened, ready_for_review, reopened]
jobs:
add-reviews:
if: ${{ join(github.event.pull_request.requested_reviewers.*.login, ',') == '' }}
runs-on: ubuntu-latest
steps:
- uses: kentaro-m/auto-assign-action@v1.2.3
with:
configuration-path: '.github/pr-auto-assign-config.yml'