Skip to content

Update greetings.yml #29

Update greetings.yml

Update greetings.yml #29

Workflow file for this run

name: 'Author Assign'
on:
push:
branches: ['**'] # Matches all branches

Check failure on line 5 in .github/workflows/assign-user.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/assign-user.yml

Invalid workflow file

You have an error in your yaml syntax on line 5
pull_request:
branches: ['**'] # Trigger on pull requests for all branches
types: [opened, reopened]
issues:
types: [opened, reopened]
jobs:
assign-author:
runs-on: ubuntu-latest
steps:
- uses: toshimaru/[email protected]
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'