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

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