File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11name : PRs reviews reminder
22
33on :
4- # schedule:
5- # Every weekday every 2 hours during working hours, send notification
6- # - cron: "0 8-17/2 * * 1-5 "
4+ schedule :
5+ # Runs daily at 19 UTC time
6+ - cron : " 0 19 * * * "
77 workflow_dispatch :
88
99jobs :
1717 webhook-url : ' ${{ secrets.MS_TEAMS_WEBHOOK_URI }}' # Required
1818 provider : ' msteams' # Required (slack, rocket or msteams)
1919 channel : ' ' # Optional, eg: #general
20- github-provider-map : ' ' # Optional, eg: DavideViolante:UEABCDEFG,foobar:UAABCDEFG
21- ignore-label : ' ' # Optional, eg: no-reminder,ignore me
20+ github-provider-map : ' ${{ secrets.PR_REMINDER_USER_MAPPING }} ' # Optional, eg: DavideViolante:UEABCDEFG,foobar:UAABCDEFG
21+ ignore-label : ' ' # Optional, eg: no-reminder,ignore me
You can’t perform that action at this time.
0 commit comments