Skip to content

Commit 44c4aa8

Browse files
committed
update promotion task crd
1 parent d34f662 commit 44c4aa8

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

charts/gitops-runtime/templates/_components/gitops-operator/crds/promotiontasks.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,18 @@ spec:
506506
- Syncing
507507
- Complete
508508
type: string
509+
prStatus:
510+
properties:
511+
isClosed:
512+
description: |-
513+
IsClosed is true if either the PR is merged or closed without merging. If the PR is merged, MergeCommitSHA will
514+
also be set.
515+
type: boolean
516+
mergeCommitSha:
517+
type: string
518+
required:
519+
- isClosed
520+
type: object
509521
prUrl:
510522
format: uri
511523
type: string

0 commit comments

Comments
 (0)