Files
AyuGramDesktop/.github/workflows/waiting-for-answer.yml
T
2025-12-26 14:11:29 +04:00

17 lines
316 B
YAML

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