Skip to content

Commit 62b4088

Browse files
scme0ATGardner
authored andcommitted
update promotion task crd
1 parent c397178 commit 62b4088

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
@@ -593,6 +593,18 @@ spec:
593593
- Syncing
594594
- Complete
595595
type: string
596+
prStatus:
597+
properties:
598+
isClosed:
599+
description: |-
600+
IsClosed is true if either the PR is merged or closed without merging. If the PR is merged, MergeCommitSHA will
601+
also be set.
602+
type: boolean
603+
mergeCommitSha:
604+
type: string
605+
required:
606+
- isClosed
607+
type: object
596608
prUrl:
597609
format: uri
598610
type: string

0 commit comments

Comments
 (0)