Skip to content

fix(e2e-next): normalize pod-level status.Resources in pod sync status assertions #436

fix(e2e-next): normalize pod-level status.Resources in pod sync status assertions

fix(e2e-next): normalize pod-level status.Resources in pod sync status assertions #436

name: Auto-approve bot PRs
on:
pull_request:
types: [opened, synchronize]
permissions:
contents: read
pull-requests: write
jobs:
auto-approve:
if: startsWith(github.head_ref, 'backport/')
uses: loft-sh/github-actions/.github/workflows/auto-approve-bot-prs.yaml@auto-approve-bot-prs/v1 # a889ee9
with:
trusted-authors: 'loft-bot'
auto-merge: false
secrets:
gh-access-token: ${{ secrets.BOT_APPROVER_PAT }}