chore(deps): bump actions/labeler from 59718b0b66a52e0ca224d43760b84cca3804c63a to a76cf44ddb1ab997b52718d59b0efc8adc55cf5c #17
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 }} |