summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/project.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/project.yml b/.github/workflows/project.yml
index 4b671d449..b2219893d 100644
--- a/.github/workflows/project.yml
+++ b/.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 }}