Code import - branch release/SIENTIAPDE-1645

This commit is contained in:
2026-08-05 13:53:37 +00:00
commit d481e0acff
116 changed files with 92848 additions and 0 deletions

18
.github/workflows/quality-gate.yml vendored Normal file
View File

@@ -0,0 +1,18 @@
name: Quality gate
on:
pull_request:
branches:
- main
- 'release/**'
- 'feature/**'
types: [ opened, synchronize, reopened ]
jobs:
quality-gate:
uses: Aignosi/github_workflow_templates/.github/workflows/python-quality-gate.yml@main
permissions: write-all
with:
project_name: 'model_manager'
repositories: 'sientia-dataops-library,sientia-model-library'
secrets: inherit