Skip to content

Commit

Permalink
Create service-checker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Aniket-Engg committed Dec 28, 2023
1 parent 0b65361 commit d50d007
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/service-checker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Service Checker

on:
schedule:
- cron: "0 8-17/4 * * 0-6"
workflow_dispatch:

jobs:
pr-reviews-reminder:
runs-on: ubuntu-latest
steps:
- uses: Aniket-Engg/pr-reviews-reminder-action@master
with:
webhook-url: ${{ secrets.SERVICECHECKER_WEBHOOK_URL }}

0 comments on commit d50d007

Please sign in to comment.