Skip to content

T6674: Action add trigger workflow to rebuild package #2

T6674: Action add trigger workflow to rebuild package

T6674: Action add trigger workflow to rebuild package #2

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