Skip to content

build(deps): bump body-parser from 2.2.2 to 2.3.0 in /packages/cli #2369

build(deps): bump body-parser from 2.2.2 to 2.3.0 in /packages/cli

build(deps): bump body-parser from 2.2.2 to 2.3.0 in /packages/cli #2369

name: Auto-Approve Trusted PRs
on:
pull_request:
types: [opened, reopened, synchronize]
permissions:
contents: write
pull-requests: write
jobs:
auto-approve:
runs-on: ubuntu-latest
timeout-minutes: 10
if: >-
github.actor == 'dependabot[bot]' ||
github.actor == 'copilot-swe-agent' ||
github.actor == 'issdandavis'
steps:
- name: Approve PR
uses: hmarr/auto-approve-action@v4
with:
review-message: "Auto-approved: trusted source (${{ github.actor }})"