[v10.0.x] CI: Run auto-milestone workflow also on reopened pull-requests (#74526)

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