mirror of
https://github.com/Unleash/unleash.git
synced 2024-10-28 19:06:12 +01:00
15 lines
248 B
YAML
15 lines
248 B
YAML
name: No Response
|
|
|
|
on:
|
|
issue_comment:
|
|
types: [created]
|
|
schedule:
|
|
- cron: '5 * * * *'
|
|
|
|
jobs:
|
|
noResponse:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: lee-dohm/no-response@v0.5.0
|
|
with:
|
|
token: ${{ github.token }} |