summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@vyos.io>2026-05-28 13:28:30 +0300
committerGitHub <noreply@github.com>2026-05-28 13:28:30 +0300
commitf3323e090928916b42e71f8e692bff5687b28617 (patch)
treebb0cdfdfdbdb66f72191230d60e7d9c64320fb61 /.github/workflows
parent238d835823ee94b2060454e1a270176001d46345 (diff)
parent637f94f904ce111dc63b6c3b8b78147485037db8 (diff)
downloadvyos-1x-f3323e090928916b42e71f8e692bff5687b28617.tar.gz
vyos-1x-f3323e090928916b42e71f8e692bff5687b28617.zip
Merge pull request #5230 from vyos/feature/remove-pr-auto-close-current
T8782: remove dormant pr-auto-close.yml on current
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/pr-auto-close.yml25
1 files changed, 0 insertions, 25 deletions
diff --git a/.github/workflows/pr-auto-close.yml b/.github/workflows/pr-auto-close.yml
deleted file mode 100644
index a04707da9..000000000
--- a/.github/workflows/pr-auto-close.yml
+++ /dev/null
@@ -1,25 +0,0 @@
-name: Auto-Close Pull Requests
-
-on:
- pull_request_target:
- types:
- - opened
- - reopened
- branches:
- - circinus
- - sagitta
-
-permissions:
- pull-requests: write
- issues: write
- contents: read
-
-jobs:
- run:
- runs-on: ubuntu-latest
- if: github.repository_owner == 'vyos'
- steps:
- - uses: superbrothers/close-pull-request@9c18513d320d7b2c7185fb93396d0c664d5d8448 #v3
- with:
- comment: "Pull requests to this branch are not accepted and have been closed automatically."
- github_token: ${{ github.token }}