Skip to content

Bump @testing-library/jest-dom from 5.17.0 to 6.0.0 #50

Bump @testing-library/jest-dom from 5.17.0 to 6.0.0

Bump @testing-library/jest-dom from 5.17.0 to 6.0.0 #50

Workflow file for this run

name: 'Auto Assign Author's PR'

Check failure on line 1 in .github/workflows/auto-assign-pr.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/auto-assign-pr.yml

Invalid workflow file

You have an error in your yaml syntax
on:
pull_request_target:
types: [opened]
permissions:
pull-requests: write
jobs:
assign-author:
runs-on: ubuntu-latest
steps:
- uses: toshimaru/auto-author-assign@v1.6.2
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}' # GITHUB_TOKEN will be used by default