chore(deps): bump actions/labeler from 506e1a00c6c05ba98ac585056a23f16073fa5915 to 70db055cd5ecb1019ed363a581f7208437960ec3 #38
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 }} |