Skip to content

apps: upgrade falco helm chart to v4.17.0 with appversion v0.39.2 #2992

apps: upgrade falco helm chart to v4.17.0 with appversion v0.39.2

apps: upgrade falco helm chart to v4.17.0 with appversion v0.39.2 #2992

Workflow file for this run

name: pull-request
on:
pull_request:
branches:
- main
- release-*
types:
- edited
- opened
- synchronize
- reopened
jobs:
pull-request:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Fetch pull request
run: jq -r ".pull_request.body" "${{ github.event_path }}" > /tmp/pull-request-body.md
- name: Validate pull request
run: ./scripts/validate-pull-request.sh /tmp/pull-request-body.md