runner.server icon indicating copy to clipboard operation
runner.server copied to clipboard

azp: add `extends` template type

Open ChristopherHX opened this issue 2 years ago • 0 comments

based on manual testing, the following keyworlds create an error or are accepted

# extends template
appendCommitMessageToRunName: no # fail
pr: none # fail
lockBehavior: sequential # fail
trigger: none # ok

ChristopherHX avatar Mar 19 '23 23:03 ChristopherHX