chore(deps): bump toshimaru/auto-author-assign from 60a9f1aab8d0254fae9b295420ee36ed324632e1 to 7709f4bd34c4e32c689572005775ae6834ae4a1a #26
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: | |
types: [opened, reopened, synchronize] | |
jobs: | |
assign: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: toshimaru/auto-author-assign@7709f4bd34c4e32c689572005775ae6834ae4a1a # (latest, untagged) | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} |