chore(deps): bump actions/labeler from 5bb656d641ca1a3c88a6732b1772371d4640cfdf to 0807891f38bff14bfd6fde451cf17173ba0c2570 #6
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 }} |