vyos-build/.github/workflows/auto-author-assign.yml
2024-06-22 15:44:40 +05:30

15 lines
268 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@current
secrets: inherit