summaryrefslogtreecommitdiff
path: root/.github/workflows/auto-author-assign.yml
blob: cd30420f356ba997e569fbae1bdfb1cfdab40d65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
name: "Assign Author to PR"
on:
  pull_request_target:
    types: [opened, reopened, ready_for_review, locked]

permissions:
  pull-requests: write

jobs:
  assign-author:
    runs-on: ubuntu-latest
    steps:
      - uses: toshimaru/auto-author-assign@v1.3.5