We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 731c468 commit 5f08c9aCopy full SHA for 5f08c9a
.cm/gitstream.cm
@@ -63,7 +63,7 @@ is:
63
has:
64
deleted_files: "{{ source.diff.files | map(attr='new_file') | match(term='/dev/null') | some }}"
65
66
-branch_prefix: "{{ branch[:branch.find('/')] if '/' in branch else branch }}"
+branch_prefix: "{{ branch | split('/') | first }}"
67
68
colors:
69
red: "b60205"
0 commit comments