Native emoji keyboard does not work on macOS #12017
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: Waiting for answer. | |
| on: | |
| issue_comment: | |
| types: [created] | |
| schedule: | |
| - cron: '30 0 * * *' | |
| jobs: | |
| waiting-for-answer: | |
| runs-on: ubuntu-slim | |
| steps: | |
| - uses: lee-dohm/no-response@v0.5.0 | |
| with: | |
| token: ${{ github.token }} | |
| responseRequiredLabel: waiting for answer |