summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@andamasov.com>2026-06-09 20:36:34 -0700
committerYuriy Andamasov <yuriy@andamasov.com>2026-06-09 20:36:34 -0700
commitc123c7eef8b8365ecd0af88718c3e954b060a156 (patch)
tree09d872dbcc0b5ce5ac05186ecc4e754b5db098b4 /.github
parentcf46b570c63e730d7d691e033876a81f30b7993e (diff)
downloadvyos-documentation-yuriy/docs-modernization-specs.tar.gz
vyos-documentation-yuriy/docs-modernization-specs.zip
chore: T8937: retire Mergify-replaceable GHA caller workflowyuriy/docs-modernization-specs
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)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/auto-author-assign.yml14
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