Skip to content

Commit

Permalink
feat:流水线版本管理机制 #8161 带带
Browse files Browse the repository at this point in the history
  • Loading branch information
yongyiduan committed Aug 12, 2024
1 parent b03dffc commit 072389a
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,9 @@
"type" : "string"
}
}
},
"skip-wip" : {
"type" : "boolean"
}
}
} ]
Expand Down Expand Up @@ -943,6 +946,9 @@
"type" : "string"
}
}
},
"skip-wip" : {
"type" : "boolean"
}
}
} ]
Expand Down Expand Up @@ -2226,6 +2232,12 @@
"type" : "string"
}
},
"chat-id" : {
"type" : "array",
"items" : {
"type" : "string"
}
},
"notify-groups" : {
"type" : "array",
"items" : {
Expand Down

0 comments on commit 072389a

Please sign in to comment.