Ubuntu 24.04 base: Telegram Desktop freeezes entire Wayland desktop, have to reboot to use computer again #4754
This file contains 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: Waiting for answer. | |
on: | |
issue_comment: | |
types: [created] | |
schedule: | |
- cron: '30 0 * * *' | |
jobs: | |
waiting-for-answer: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: lee-dohm/[email protected] | |
with: | |
token: ${{ github.token }} | |
responseRequiredLabel: waiting for answer |