Skip to content

Bump react-compound-timer from 1.2.0 to 2.0.5 #51

Bump react-compound-timer from 1.2.0 to 2.0.5

Bump react-compound-timer from 1.2.0 to 2.0.5 #51

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