From c123c7eef8b8365ecd0af88718c3e954b060a156 Mon Sep 17 00:00:00 2001 From: Yuriy Andamasov Date: Tue, 9 Jun 2026 20:36:34 -0700 Subject: chore: T8937: retire Mergify-replaceable GHA caller workflow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Removes the auto-author-assign.yml caller superseded by central Mergify rules (T8937 Phase B sweep). See https://vyos.dev/T8937. Advances: T8937 🤖 Generated by [robots](https://vyos.io) --- .github/workflows/auto-author-assign.yml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .github/workflows/auto-author-assign.yml (limited to '.github/workflows') 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 -- cgit v1.2.3