Add back synchronize events for deps. (#440)

This probably isn't exactly right, but it at least gives *some* low
latency way to update when all the dependencies have been addressed.
Right now, I think only the cron run will unblock dependent PRs.
This commit is contained in:
Chandler Carruth
2021-04-08 09:41:55 -07:00
committed by GitHub
parent b414e71182
commit eb85d3dce9
+1
View File
@@ -15,6 +15,7 @@ on:
- opened
- edited
- reopened
- synchronize
schedule:
- cron: '0 0 * * *' # daily