summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/issue.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/issue.yml b/.github/workflows/issue.yml
index 589fd782c..57949f212 100644
--- a/.github/workflows/issue.yml
+++ b/.github/workflows/issue.yml
@@ -2,7 +2,7 @@ name: Auto Assign Issues to Project
on:
issues:
- types: [opened]
+ types: [opened, reopened]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}