Skip to content

Enhancing Readme.md file #15

Enhancing Readme.md file

Enhancing Readme.md file #15

Workflow file for this run

name: 'Author Assign'
on:
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 }}'