diff options
Diffstat (limited to '.github/workflows/auto-author-assign.yml')
| -rw-r--r-- | .github/workflows/auto-author-assign.yml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/.github/workflows/auto-author-assign.yml b/.github/workflows/auto-author-assign.yml deleted file mode 100644 index 61612cce..00000000 --- a/.github/workflows/auto-author-assign.yml +++ /dev/null @@ -1,14 +0,0 @@ -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 |
