github.com/maypok86/otter@v1.2.1/.github/workflows/pull_request.yml (about)

     1  name: Pull Request
     2  
     3  on:
     4    pull_request:
     5      types: [opened]
     6  
     7  jobs:
     8    assign_author:
     9      name: Assign author to PR
    10      runs-on: ubuntu-latest
    11      steps:
    12        - name: Assign author to PR
    13          uses: technote-space/assign-author@v1
    14          with:
    15            GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}