Skip to content

charts/redpanda: Release v25.2.2 #728

charts/redpanda: Release v25.2.2

charts/redpanda: Release v25.2.2 #728

name: Auto-Approve Backport
on:
pull_request_target:
branches-ignore:
- main
jobs:
approve:
name: Auto-approve backport
runs-on: ubuntu-latest
if: startsWith(github.head_ref, 'backport/') && (github.actor == 'vbotbuildovich')
permissions:
pull-requests: write
steps:
- uses: hmarr/auto-approve-action@v4