summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@vyos.io>2026-05-28 13:28:48 +0300
committerGitHub <noreply@github.com>2026-05-28 13:28:48 +0300
commitb9b966a1284a8a7ca355a63b4fbaa6a6b9d7110c (patch)
tree7e56c9a0274d5fc1f7c7d4c5bda7030677d6d550 /.github/workflows
parentd5322412ecaf6d64be87abc4b3095d1c431cbacc (diff)
parent2d5e6aab8084b680a1ddb16933e42f5e888a24f7 (diff)
downloadvyos-1x-circinus-public-unmaintained.tar.gz
vyos-1x-circinus-public-unmaintained.zip
Merge pull request #5229 from vyos/feature/remove-pr-auto-close-circinuscircinus-public-unmaintained
T8782: remove redundant pr-auto-close.yml on circinus
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/pr-auto-close.yml22
1 files changed, 0 insertions, 22 deletions
diff --git a/.github/workflows/pr-auto-close.yml b/.github/workflows/pr-auto-close.yml
deleted file mode 100644
index b189c8843..000000000
--- a/.github/workflows/pr-auto-close.yml
+++ /dev/null
@@ -1,22 +0,0 @@
-name: Auto-Close Pull Requests Circinus
-
-on:
- pull_request_target:
- types:
- - opened
- branches:
- - circinus
-
-permissions:
- pull-requests: write
- contents: read
-
-jobs:
- run:
- runs-on: ubuntu-latest
- steps:
- - uses: superbrothers/close-pull-request@v3
- with:
- # Optional. Post a issue comment just before closing a pull request.
- comment: "Pull requests to this branch are not accepted and have been closed automatically."
- github_token: ${{ secrets.PAT }}