Skip to content

typo "healps" replaced with "helps" #44

typo "healps" replaced with "helps"

typo "healps" replaced with "helps" #44

Workflow file for this run

name: 'Author Assign'
on:
pull_request_target:
types: [opened, reopened]
jobs:
assign-author:
runs-on: ubuntu-latest
steps:
- uses: toshimaru/auto-author-assign@v2.0.1
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'