Skip to content

Merge pull request #160 from Gyanthakur/Gyanthakur-patch-15 #75

Merge pull request #160 from Gyanthakur/Gyanthakur-patch-15

Merge pull request #160 from Gyanthakur/Gyanthakur-patch-15 #75

Workflow file for this run

name: 'Author Assign'
on:
push:
branches: ['**'] # Matches all branches
pull_request:
branches: ['**'] # Trigger on pull requests 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 }}
# 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 }}'