chore(deps): bump toshimaru/auto-author-assign from e41b64352f3ca8708792e04f58140ba6120d666b to 293cfe93d5edcadd7354d954519f3bb441d9d695 #31
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 'Auto Author Assign' | |
on: | |
pull_request_target: | |
types: [opened, reopened] | |
jobs: | |
assign-author: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: toshimaru/auto-author-assign@293cfe93d5edcadd7354d954519f3bb441d9d695 # (latest, untagged) | |
with: | |
repo-token: "${{ secrets.GITHUB_TOKEN }}" |