Skip to content

chore(deps): update helm release alloy to v1.7.0 #12805

chore(deps): update helm release alloy to v1.7.0

chore(deps): update helm release alloy to v1.7.0 #12805

Workflow file for this run

name: Validate Pull Request
on:
pull_request:
types:
- opened
- edited
- reopened
- synchronize
permissions:
pull-requests: read
contents: read
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
with:
fetch-depth: 0
persist-credentials: false
- name: Set up chart-testing
uses: helm/chart-testing-action@6ec842c01de15ebb84c8627d2744a0c2f2755c9f # v2.8.0
- name: Validate PR
run: scripts/validate-pr.sh
env:
PR_TITLE: ${{ github.event.pull_request.title }}