chore(deps-dev): bump eslint-plugin-jest from 28.8.1 to 28.8.3 in the dev-dependencies group #18
Workflow file for this run
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 reviewers for Dependabot PRs | |
on: | |
pull_request_target: | |
types: [opened, reopened] | |
jobs: | |
assign-reviewers: | |
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]' | |
runs-on: ubuntu-latest | |
steps: | |
- name: Assign reviewers | |
uses: kentaro-m/[email protected] | |