-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #141 from bcgov/dev
add openmaps and maps to host cert mapping
- Loading branch information
Showing
3 changed files
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
name: 'Send review reminders' | ||
on: | ||
schedule: | ||
- cron: '30 8 * * 1,2,3,4,5' # Scheduled to run at 1:30 AM, weekdays | ||
|
||
jobs: | ||
remind: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Run PR reviewer reminder | ||
uses: bcgov/aps-devops/pr-reminder@dev | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
dry_run: "false" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters