Implement handling of new filters in typescript converter

This commit is contained in:
Lawrence Gripper
2025-09-25 08:46:57 +00:00
committed by GitHub
parent 300c0dc569
commit fcc72a8d97
5 changed files with 31 additions and 4 deletions
@@ -15,7 +15,14 @@ jobs:
---
{
"events": {
"image_version": {}
"image_version": {
"versions": [
"1.*"
],
"names": [
"testing"
]
}
},
"jobs": [
{