Skip to content

Merge branch 'main' into Gyanthakur-patch-11 #54

Merge branch 'main' into Gyanthakur-patch-11

Merge branch 'main' into Gyanthakur-patch-11 #54

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]
permissions:
pull-requests: write # Ensure permissions are granted for pull requests
jobs:
assign-author:
runs-on: ubuntu-latest
steps:
- uses: toshimaru/[email protected]
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
# name: 'Author Assign'
# 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 }}'