summaryrefslogtreecommitdiff
path: root/.github/workflows/auto-author-assign.yml
blob: c3696ea476d8d3056e24881202e3f5168a94a12b (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@feature/T6349-reusable-workflows
    secrets: inherit