SIENTIAPDE-1327

Update requirements and simplify CI workflow by integrating quality gate from template. Bump sientia-dataops-library version to 1.4.7 and streamline quality-gate.yml to use a shared workflow configuration.
This commit is contained in:
vitor-aignosi
2025-10-23 09:04:28 -03:00
parent e0532a629e
commit b063f973cd
3 changed files with 22 additions and 92 deletions

15
.github/workflows/release.yml vendored Normal file
View File

@@ -0,0 +1,15 @@
name: Create Release on Merge to Main
on:
pull_request:
types: [closed]
branches:
- main
jobs:
release:
uses: Aignosi/github_workflow_templates/.github/workflows/dataops-module-release.yml@main
permissions: write-all
with:
project_name: 'scouter'
secrets: inherit