mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-12-16 18:42:05 +01:00
15 lines
293 B
YAML
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
|