Skip to content

chore(deps): bump helm.sh/helm/v3 from 3.17.4 to 3.18.5 in /tools/helm #1994

chore(deps): bump helm.sh/helm/v3 from 3.17.4 to 3.18.5 in /tools/helm

chore(deps): bump helm.sh/helm/v3 from 3.17.4 to 3.18.5 in /tools/helm #1994

Workflow file for this run

name: auto-job-v2
on:
pull_request_target:
types: [opened, reopened, synchronize]
permissions:
contents: read
pull-requests: write
jobs:
auto-job:
runs-on: ubuntu-24.04
steps:
- name: Add v2 label if target branch is main or release-2.0
if: github.event.pull_request.base.ref == 'main' || github.event.pull_request.base.ref == 'release-2.0'
uses: actions-ecosystem/action-add-labels@v1
with:
labels: 'v2'