vyos-documentation/.github/workflows/auto-author-assign.yml
2024-05-28 13:39:08 +05:30

15 lines
293 B
YAML

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