Skip to content

build(deps): Bump toshimaru/auto-author-assign from 2.1.1 to 3.0.0 #4131

build(deps): Bump toshimaru/auto-author-assign from 2.1.1 to 3.0.0

build(deps): Bump toshimaru/auto-author-assign from 2.1.1 to 3.0.0 #4131

Workflow file for this run

name: Auto Author Assign
on:
pull_request:
types: [opened, reopened, ready_for_review]
permissions:
pull-requests: write
jobs:
assign-author:
runs-on: ubuntu-latest
if: |
github.event.pull_request.author_association == 'MEMBER' ||
github.event.pull_request.author_association == 'OWNER' ||
github.event.pull_request.author_association == 'COLLABORATOR' ||
github.event.pull_request.author_association == 'CONTRIBUTOR'
steps:
- uses: toshimaru/auto-author-assign@c66af760da33f680c9baa5e8aa27c3a933b11593 # v3.0.0