diff options
| author | Yuriy Andamasov <yuriy@andamasov.com> | 2026-06-09 20:36:34 -0700 |
|---|---|---|
| committer | Yuriy Andamasov <yuriy@andamasov.com> | 2026-06-09 20:36:34 -0700 |
| commit | c123c7eef8b8365ecd0af88718c3e954b060a156 (patch) | |
| tree | 09d872dbcc0b5ce5ac05186ecc4e754b5db098b4 /.github/workflows/auto-author-assign.yml | |
| parent | cf46b570c63e730d7d691e033876a81f30b7993e (diff) | |
| download | vyos-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/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 |
