Saltar al contenido
mypipelines
Pipelines Actions Gradle Buscar
KrakenD· Consumer template ·on: pull_request

Krakend Pr Develop

Template: PR to develop validation Copy to: .github/workflows/pr-develop.yml Triggers on pull requests targeting develop branch Runs: commit-lint + config validation + audit

templates/krakend-pr-develop.yml

templates/krakend-pr-develop.yml
# Template: PR to develop validation
# Copy to: .github/workflows/pr-develop.yml
#
# Triggers on pull requests targeting develop branch
# Runs: commit-lint + config validation + audit
name: PR Validation
on:
pull_request:
branches:
- develop
jobs:
validate:
uses: <org>/ci-templates/.github/workflows/krakend-main-pipeline.yml@main
with:
run_commit_lint: true
run_build: true
run_test: true
audit_threshold: 0
secrets: inherit