/ .github / workflows / auto-author.yml
auto-author.yml
 1  name: Auto Author Assign
 2  
 3  on:
 4    pull_request_target:
 5      types: [ opened, reopened ]
 6  
 7  permissions:
 8    pull-requests: write
 9  
10  jobs:
11    assign-author:
12      runs-on: ubuntu-latest
13      steps:
14        - uses: toshimaru/auto-author-assign@7e15cd70c245ad136377c3fab3479815df10d844  # Version 2.1.1
15