tdesktop/.github/workflows/needs-user-action.yml
2024-05-01 12:47:42 +04:00

16 lines
314 B
YAML

name: Needs user action.
on:
issue_comment:
types: [created]
schedule:
- cron: '0 2 * * *'
jobs:
needs-user-action:
runs-on: ubuntu-latest
steps:
- uses: lee-dohm/no-response@v0.5.0
with:
token: ${{ github.token }}
responseRequiredLabel: needs user action