[v9.4.x] CI: Run auto-milestone workflow also on reopened pull-requests (#74524)

CI: Run auto-milestone workflow also on reopened pull-requests (#74390)

(cherry picked from commit 94c9bee181)
This commit is contained in:
Horst Gutmann
2023-09-07 14:40:23 +03:00
committed by GitHub
parent cc532753be
commit b887f7eca6
+2
View File
@@ -2,6 +2,8 @@ name: Auto-milestone
on:
pull_request:
types:
- opened
- reopened
- closed
jobs: