👷 Set GitHub Action Label Approved to run daily, not every minute (#2163)

This commit is contained in:
Sebastián Ramírez
2020-10-11 12:41:16 +02:00
committed by GitHub
parent e96b002599
commit 42bb15de22

View File

@@ -2,7 +2,7 @@ name: Label Approved
on:
schedule:
- cron: "* * * * *"
- cron: "0 0 * * *"
jobs:
label-approved: