chore(release): Bump version to 1.3.0, enhance CI, and add Claude AI guidance

This commit is contained in:
Bruno Domingues
2026-08-05 23:35:17 -03:00
parent 968bcdaa51
commit 1f43545f9d
4 changed files with 96 additions and 3 deletions

View File

@@ -1,15 +1,29 @@
name: Quality gate
on:
push:
branches:
- main
- 'release/**'
- 'feature/**'
pull_request:
branches:
- main
- 'release/**'
- 'feature/**'
types: [ opened, synchronize, reopened ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
quality-gate:
uses: Aignosi/github_workflow_templates/.github/workflows/dataops-module-quality-gate.yml@main
permissions: write-all
permissions:
contents: read
pull-requests: write
issues: write
with:
project_name: 'scouter'
repositories: 'sientia-dataops-library'