Update the code owners to be scheduled

This commit is contained in:
Orta Therox 2020-05-21 11:19:02 -04:00
parent e7b29252b3
commit 0a90b7a146

View File

@ -1,16 +1,16 @@
name: Update CODEOWNERs
# For testing
on: push
# on: push
# For production
# on:
# schedule:
# # https://crontab.guru/#5_8_*_*_1
# - cron: "5 8 * * 1"
on:
schedule:
# https://crontab.guru/#5_8_*_*_1
- cron: "5 8 * * 1"
jobs:
deploy:
update:
runs-on: ubuntu-latest
steps: