New version of k6-util with async check function #49
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |