We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5988f0e commit daed3ffCopy full SHA for daed3ff
.github/workflows/pr-reminder.yml
@@ -2,7 +2,7 @@ name: PRs reviews reminder
2
3
on:
4
schedule:
5
- - cron: "0 8-17/7 * * 1-5"
+ - cron: "0 8-17/1 * * 1-5"
6
workflow_dispatch:
7
8
jobs:
@@ -12,6 +12,5 @@ jobs:
12
- uses: yann300/pr-reviews-reminder-action@master
13
env:
14
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
15
- GITTER_TOKEN: ${{ secrets.GITTER_TOKEN }}
16
with:
17
- webhook-url: 'https://api.gitter.im/v1/rooms/5e451c02d73408ce4fd98526/chatMessages' # Required
+ webhook-url: ${{ secrets.DISCORD_WEBHOOK_URL }}
0 commit comments