chore(deps): bump actions/labeler from bb8a4df92471ecece5a2667815a51b34d3bc90ae to 59718b0b66a52e0ca224d43760b84cca3804c63a #16
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@f2c59816e2f484d3daf7f3cc096d28cb351573e0 # (latest, untagged) | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} |