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

This commit is contained in:
Horst Gutmann 2023-09-07 12:32:22 +02:00 committed by GitHub
parent a14af5e680
commit 94c9bee181
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,7 @@ on:
pull_request: pull_request:
types: types:
- opened - opened
- reopened
- closed - closed
jobs: jobs: