After updating to version 6.9.0, Telegram Desktop cannot connect through proxy #12674
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: Needs user action. | |
| on: | |
| issue_comment: | |
| types: [created] | |
| schedule: | |
| - cron: '0 2 * * *' | |
| jobs: | |
| needs-user-action: | |
| runs-on: ubuntu-slim | |
| steps: | |
| - uses: lee-dohm/no-response@v0.5.0 | |
| with: | |
| token: ${{ github.token }} | |
| responseRequiredLabel: needs user action |