This repository was archived by the owner on Apr 5, 2026. It is now read-only.
Testing: scheduled long-running fuzz campaigns #16
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Issue Auto-Reply | |
| on: | |
| issues: | |
| types: [opened] | |
| permissions: | |
| issues: write | |
| jobs: | |
| auto-reply: | |
| if: github.event.issue.user.type != 'Bot' | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: peter-evans/create-or-update-comment@v4 | |
| with: | |
| issue-number: ${{ github.event.issue.number }} | |
| body: | | |
| Thank you for opening this issue. | |
| **This project is maintained by a single developer in their free time.** | |
| Upstream TelegramMessenger/MTProxy is abandoned. This fork is the only actively maintained version. | |
| Continued development depends on community support: | |
| - **[GitHub Sponsors](https://github.com/sponsors/dvershinin)** — sponsors' issues are prioritized | |
| - **TON**: `UQBOGq_b3eL63Qfkj6ykoBibK3zGJDQzLK91v2q-UCY7BPeb` (send via @wallet in Telegram) | |
| - **USDT (TRC-20)**: `TNVSj1QjZ5jqdaeshe7VCpXWo2S1n936Hj` | |
| - **BTC**: `bc1qvxxldmanwggula7992uun5a2qxm65ej9h0unj7` | |
| - **[GetPageSpeed RPM packages](https://www.getpagespeed.com/server-setup/mtproxy)** — production-ready install with support | |
| Issues without community interest may be closed after 60 days of inactivity. |