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


permissions:
  pull-requests: write
  contents: read

jobs:
  assign-author:
    uses: accel-ppp/.github/.github/workflows/assign-author.yml@current
    secrets: inherit