mirror of
https://github.com/TeamPiped/Piped-Kubernetes.git
synced 2025-04-26 23:00:31 +05:30
fix(ci): Set exclude_start to False for YAML dumping of annotations
This commit is contained in:
parent
b975736f5a
commit
3c8da7e8ca
1
.github/scripts/renovate-releasenotes.py
vendored
1
.github/scripts/renovate-releasenotes.py
vendored
@ -191,6 +191,7 @@ def main(
|
||||
|
||||
if annotations:
|
||||
annotations_stream = io.StringIO()
|
||||
yaml.exclude_start = False
|
||||
yaml.dump_all([annotations], annotations_stream)
|
||||
|
||||
annotations_string = annotations_stream.getvalue().strip()
|
||||
|
Loading…
x
Reference in New Issue
Block a user