From 99851544d3e0c4c7048f278e0a662f55f88691f3 Mon Sep 17 00:00:00 2001
From: alexmac6574 <215134852+alexmac6574@users.noreply.github.com>
Date: Sat, 4 Apr 2026 21:36:22 +0300
Subject: [PATCH] ci: Add `Close Stale Issues` and update README
---
.github/workflows/issues.yml | 28 ++++++++++++++++++++++++++++
README.md | 1 +
2 files changed, 29 insertions(+)
create mode 100644 .github/workflows/issues.yml
diff --git a/.github/workflows/issues.yml b/.github/workflows/issues.yml
new file mode 100644
index 0000000..2eee1c7
--- /dev/null
+++ b/.github/workflows/issues.yml
@@ -0,0 +1,28 @@
+name: "Close Stale Issues"
+on:
+ schedule:
+ - cron: "0 0 * * 3"
+ workflow_dispatch:
+
+jobs:
+ stale:
+ permissions:
+ issues: write
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/stale@997185467fa4f803885201cee163a9f38240193d # v10
+ with:
+ repo-token: ${{ secrets.GITHUB_TOKEN }}
+ stale-issue-message: >
+ Привет! 👋
+
+ Данный issue давно не обновлялся. Если в течение недели здесь не будет больше активности, issue будет закрыт.
+
+ Спасибо!
+ close-issue-message: "Issue был закрыт из-за отсутствия активности."
+ days-before-stale: 120
+ days-before-close: 7
+ operations-per-run: 1000
+ ascending: true
+ enable-statistics: true
+ stale-issue-label: "Stale"
diff --git a/README.md b/README.md
index 6a24c2b..b7990af 100644
--- a/README.md
+++ b/README.md
@@ -13,6 +13,7 @@
- https://github.com/Urtyom-Alyanov/turn-proxy - реализация на Rust
- https://github.com/jaykaiperson/lionheart - аналог для https://stream.wb.ru (статья: https://habr.com/ru/articles/1017410/)
- https://github.com/kulikov0/whitelist-bypass - проброс через медиасервер SFU ВК и Яндекс Телемоста
+- https://github.com/NedgNDG/vk-proxy-auto-installer - автоустановщик VK TURN Proxy (TUI)
#### Android
- https://github.com/MYSOREZ/vk-turn-proxy-android - клиент для андроида