name: Quality gate on: pull_request: branches: - main types: [ opened, synchronize, reopened ] jobs: quality-gate: uses: Aignosi/github_workflow_templates/.github/workflows/python-module-quality-gate.yml@main permissions: write-all with: project_name: 'orchestrator' repositories: 'sientia-dataops-library' requirements_file: 'requirements-local.txt' secrets: inherit