yazi/.github/workflows/no-response.yml
2023-10-26 11:35:45 +08:00

16 lines
297 B
YAML

name: No Response
on:
issue_comment:
types: [created]
schedule:
- cron: '10 * * * *'
jobs:
noResponse:
runs-on: ubuntu-latest
steps:
- uses: lee-dohm/no-response@v0.5.0
with:
token: ${{ github.token }}
responseRequiredLabel: waiting on op