Skip to content

Bump axios from 1.4.0 to 1.6.4 #93

Bump axios from 1.4.0 to 1.6.4

Bump axios from 1.4.0 to 1.6.4 #93

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/[email protected]
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}' # GITHUB_TOKEN will be used by default