summaryrefslogtreecommitdiff
path: root/.github/workflows/auto-author-assign.yml
blob: 61612cce3fe70def0bec0e1639b15bdf53885c34 (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: vyos/.github/.github/workflows/assign-author.yml@current
    secrets: inherit