Skip to content

Commit

Permalink
feat: add no response action config
Browse files Browse the repository at this point in the history
  • Loading branch information
sighphyre committed Apr 20, 2022
1 parent 5165f34 commit 9101884
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/flag-no-response.yaml
@@ -0,0 +1,15 @@
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 }}

0 comments on commit 9101884

Please sign in to comment.