Browse Source

ci(project): sort issues and PRs when reopened

Marc Cornellà 2 years ago
parent
commit
4d9e5ce9a7
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/project.yml

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

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