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. (cherry picked from commit 6f53f7d0075adec1a136bcdbb388b5f45730858b)
This commit is contained in:
parent
8e3d076750
commit
a5e26e3ad0
1 changed files with 2 additions and 2 deletions
|
@ -6,11 +6,11 @@ name: milestone
|
||||||
on:
|
on:
|
||||||
pull_request_target:
|
pull_request_target:
|
||||||
types:
|
types:
|
||||||
- opened
|
- closed
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
set:
|
set:
|
||||||
if: vars.ROLE == 'forgejo-coding'
|
if: vars.ROLE == 'forgejo-coding' && github.event.pull_request.merged
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: 'code.forgejo.org/oci/ci:1'
|
image: 'code.forgejo.org/oci/ci:1'
|
||||||
|
|
Loading…
Reference in a new issue