2024-04-28 18:42:48 +00:00
|
|
|
name: Waiting for answer.
|
|
|
|
|
|
|
|
on:
|
|
|
|
issue_comment:
|
|
|
|
types: [created]
|
|
|
|
schedule:
|
2024-05-03 01:17:05 +00:00
|
|
|
- cron: '30 0 * * *'
|
2024-04-28 18:42:48 +00:00
|
|
|
|
|
|
|
jobs:
|
|
|
|
waiting-for-answer:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
- uses: lee-dohm/no-response@v0.5.0
|
|
|
|
with:
|
|
|
|
token: ${{ github.token }}
|
|
|
|
responseRequiredLabel: waiting for answer
|