chore(deps): bump actions/stale from 465330b7e2524a0d9b3430795c7970658106bf5c to 47ab9e7777a63d02560d90177905c411b30fe684 #2
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 }} |