chore(deps): bump actions/stale from 47ab9e7777a63d02560d90177905c411b30fe684 to 60f51589e23d82a3149acb6db02c56c04785a9e6 #5
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@0fd2847dd52b3cb103d743049dcfb7f17d39c51f # (latest, untagged) | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} |