Skip to content

Update index.html

Update index.html #56

Workflow file for this run

name: 'Author Assign'

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

View workflow run for this annotation

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

Invalid workflow file

`permissions` is not a valid event name
on:
push:
branches: ['**'] # Matches all branches
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 }}'