summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@vyos.io>2026-05-30 10:54:00 +0300
committerGitHub <noreply@github.com>2026-05-30 10:54:00 +0300
commitbffba5cb94880cd4b09092e5827c4aed6b76aafe (patch)
tree4a72e32564a1acf8e81d040e471abc09d829dfa4
parent16079366f3ae65f5f7d12fce087821e080247a03 (diff)
parent38a1a0b9db56be8c251ea07764385c376fd899a7 (diff)
downloadvyos-documentation-bffba5cb94880cd4b09092e5827c4aed6b76aafe.tar.gz
vyos-documentation-bffba5cb94880cd4b09092e5827c4aed6b76aafe.zip
Merge pull request #2070 from vyos/chore/T8937-retire-mergify-replaceable-ghas
-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