diff options
| author | Yuriy Andamasov <yuriy@vyos.io> | 2026-05-30 10:54:54 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-30 10:54:54 +0300 |
| commit | 6ad0cf514e1478186794b7e5928dc991af119b30 (patch) | |
| tree | c5ae8936e37f6ee02d316c460b4deb93f232c32d /.github/workflows/auto-author-assign.yml | |
| parent | e944b9dae344abd3b1432a160d1d0251766057e5 (diff) | |
| parent | cd8c65e15b10155d3f9e77a2f749200a22c4ad22 (diff) | |
| download | vyos-build-current.tar.gz vyos-build-current.zip | |
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 |
