Skip to content

Commit

Permalink
Add noresponse.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nickrussler authored Jun 15, 2024
1 parent bd320f1 commit 1e063f6
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/noresponse.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: No Response

# Both `issue_comment` and `scheduled` event types are required for this Action
# to work properly.
on:
issue_comment:
types: [created]
schedule:
# Schedule for five minutes after the hour, every hour
- cron: '5 * * * *'

jobs:
noResponse:
runs-on: ubuntu-latest
steps:
- uses: lee-dohm/[email protected]
with:
token: ${{ github.token }}

0 comments on commit 1e063f6

Please sign in to comment.