Skip to content

Commit

Permalink
chore: schemas: add allow_task_start_over
Browse files Browse the repository at this point in the history
  • Loading branch information
rbeuque74 committed Feb 9, 2022
1 parent 67975b5 commit 7c23de2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hack/template-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1072,6 +1072,10 @@
"tags": {
"description": "Global tags that will be applied to all tasks created with this template",
"$ref": "#/definitions/Tags"
},
"allow_task_start_over": {
"description": "Indicates if tasks coming from a template can be start-over by admins or resolution manager",
"type": "boolean"
}
}
}

0 comments on commit 7c23de2

Please sign in to comment.