We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcc491d commit 8d1c00bCopy full SHA for 8d1c00b
1 file changed
charts/gitops-runtime/templates/_components/gitops-operator/crds/promotiontasks.yaml
@@ -506,6 +506,18 @@ spec:
506
- Syncing
507
- Complete
508
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
521
prUrl:
522
format: uri
523
0 commit comments