Skip to content

chore(deps): bump github.com/google/cel-go from 0.28.0 to 0.29.0 in /deploy/inference-gateway/epp #116

chore(deps): bump github.com/google/cel-go from 0.28.0 to 0.29.0 in /deploy/inference-gateway/epp

chore(deps): bump github.com/google/cel-go from 0.28.0 to 0.29.0 in /deploy/inference-gateway/epp #116

name: "Lint PR"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
- reopened
jobs:
conventional-commits:
name: Validate PR title and add label
runs-on: ubuntu-latest
steps:
- uses: ytanikin/pr-conventional-commits@b628c5a234cc32513014b7bfdd1e47b532124d98
with:
task_types: '["feat", "fix", "docs", "test", "ci", "refactor", "perf", "chore", "revert", "style", "build"]'
add_label: 'true'