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

permissions:
  pull-requests: write

jobs:
  assign-author:
    runs-on: ubuntu-latest
    steps:
      - name: "Assign Author to PR"
        uses: toshimaru/auto-author-assign@v1.3.5
        with:
          token: ${{ secrets.GITHUB_TOKEN }}