Skip to content

Commit

Permalink
Create notification.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sonichigo authored Sep 27, 2024
1 parent 3a9c7ec commit 6618607
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/notification.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: PR and Issue Activity Reminder via Slack

on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:

jobs:
send-reminders:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Notifications
uses: sonichigo/gh_slack_reminder@main
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ORG_NAME: keploy
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

0 comments on commit 6618607

Please sign in to comment.