chore(ci): set the milestone when a pull request is closed (take 4)

The milestone can only be determined to be final when a pull request
is merged.

It is possible that a pull request is opened during the development of
v10 and merged after it is published.

It is also possible that it is permanently closed without being merged.
This commit is contained in:
Earl Warren 2024-12-09 23:45:46 +01:00
parent 5cb542e0d9
commit 6f53f7d007
No known key found for this signature in database
GPG Key ID: 0579CB2928A78A00

View File

@ -6,11 +6,11 @@ name: milestone
on:
pull_request_target:
types:
- opened
- closed
jobs:
set:
if: vars.ROLE == 'forgejo-coding'
if: vars.ROLE == 'forgejo-coding' && github.event.pull_request.merged
runs-on: docker
container:
image: 'code.forgejo.org/oci/ci:1'