summaryrefslogtreecommitdiff
path: root/.github/workflows/auto-author-assign.yml
blob: 0e65d4b592a5459c4ccdd2f4d99571e9b6ffc1b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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@sagitta
    secrets: inherit