浏览代码

ci(project): sort issues and PRs when reopened

Marc Cornellà 3 年之前
父节点
当前提交
4d9e5ce9a7
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .github/workflows/project.yml

+ 2 - 2
.github/workflows/project.yml

@@ -1,9 +1,9 @@
 name: Project tracking
 name: Project tracking
 on:
 on:
   issues:
   issues:
-    types: [opened]
+    types: [opened, reopened]
   pull_request_target:
   pull_request_target:
-    types: [opened, synchronize]
+    types: [opened, reopened, synchronize]
 
 
 concurrency:
 concurrency:
   group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
   group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}