Skip to content

build(deps): bump azure/setup-helm from 4 to 5 #6

build(deps): bump azure/setup-helm from 4 to 5

build(deps): bump azure/setup-helm from 4 to 5 #6

Workflow file for this run

name: Auto merge dependabot PRs
on:
pull_request:
types:
- labeled
- unlabeled
- synchronize
- opened
- edited
- ready_for_review
- reopened
- unlocked
pull_request_review:
types:
- submitted
check_suite:
types:
- completed
status:
permissions: write-all
jobs:
automerge:
runs-on: ubuntu-latest
steps:
- id: automerge
name: automerge
uses: "pascalgn/automerge-action@v0.16.4"
env:
MERGE_LABELS: ""
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"