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

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:28 +03:00
committed by GitHub
parent 6285daa89b
commit a8befdcfcf
+2
View File
@@ -2,6 +2,8 @@ name: Auto-milestone
on:
pull_request:
types:
- opened
- reopened
- closed
jobs: