8000 Merge pull request #584 from crsh/issue583 · crsh/papaja@06fd205 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

No Response

No Response #579

Workflow file for this run

name: No Response
on:
issue_comment:
types: [created]
schedule:
# Schedule 18:00 once every day
- cron: '0 18 * * *'
jobs:
noResponse:
runs-on: ubuntu-latest
steps:
- uses: lee-dohm/no-response@v0.5.0
with:
token: ${{ github.token }}
daysUntilClose: 28
0