chore(deps): bump actions/labeler from e5bd0679301f48c2e2027f7b010fec2b1132ef77 to 83720bce8638d1b5b7b15ae76465522ca7ea2eec #35
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] | |
permissions: | |
pull-requests: write | |
jobs: | |
assign: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: toshimaru/auto-author-assign@7709f4bd34c4e32c689572005775ae6834ae4a1a # (latest, untagged) | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} |