From eb85d3dce9736ffff1460c2be2bac6b08dcd62b0 Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Thu, 8 Apr 2021 09:41:55 -0700 Subject: [PATCH] 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. --- .github/workflows/dependent-issues.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/dependent-issues.yaml b/.github/workflows/dependent-issues.yaml index bcbf5dd1a62c..44dc19e44f92 100644 --- a/.github/workflows/dependent-issues.yaml +++ b/.github/workflows/dependent-issues.yaml @@ -15,6 +15,7 @@ on: - opened - edited - reopened + - synchronize schedule: - cron: '0 0 * * *' # daily