Browse Source

💚 Make GitHub action Issue Manager run once every night

pull/748/head
Sebastián Ramírez 5 years ago
parent
commit
c27ad0dc26
  1. 2
      .github/workflows/main.yml

2
.github/workflows/main.yml

@ -1,6 +1,6 @@
on:
schedule:
- cron: "* * * * *"
- cron: "0 0 * * *"
jobs:
issue-manager:

Loading…
Cancel
Save