浏览代码

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.
Chandler Carruth 5 年之前
父节点
当前提交
eb85d3dce9
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .github/workflows/dependent-issues.yaml

+ 1 - 0
.github/workflows/dependent-issues.yaml

@@ -15,6 +15,7 @@ on:
       - opened
       - edited
       - reopened
+      - synchronize
   schedule:
     - cron: '0 0 * * *' # daily