Skip to content

add k6-utils 1.6.0

add k6-utils 1.6.0 #52

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'