From 38a1a0b9db56be8c251ea07764385c376fd899a7 Mon Sep 17 00:00:00 2001 From: Yuriy Andamasov Date: Sat, 30 May 2026 10:44:58 +0300 Subject: chore: T8937: retire Mergify-replaceable GHA caller workflows MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replaces 5 caller workflows now superseded by central Mergify rules. See https://vyos.dev/T8937 for the design + spec + plan. 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