Skip to content

Commit d5a7aa2

Browse files
authored
add pr reminder ppl (#9)
* add pr reminder ppl * remove schedule
1 parent 04987ed commit d5a7aa2

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: PRs reviews reminder
2+
3+
on:
4+
# schedule:
5+
# Every weekday every 2 hours during working hours, send notification
6+
# - cron: "0 8-17/2 * * 1-5"
7+
workflow_dispatch:
8+
9+
jobs:
10+
pr-reviews-reminder:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: davideviolante/[email protected]
14+
env:
15+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
16+
with:
17+
webhook-url: '${{ secrets.MS_TEAMS_WEBHOOK_URI }}' # Required
18+
provider: 'msteams' # Required (slack, rocket or msteams)
19+
channel: '' # Optional, eg: #general
20+
github-provider-map: '' # Optional, eg: DavideViolante:UEABCDEFG,foobar:UAABCDEFG
21+
ignore-label: '' # Optional, eg: no-reminder,ignore me

0 commit comments

Comments
 (0)