Skip to content

Bump requests from 2.32.3 to 2.32.4 in /src/backend #5

Bump requests from 2.32.3 to 2.32.4 in /src/backend

Bump requests from 2.32.3 to 2.32.4 in /src/backend #5

name: Auto-approve Copilot PRs
on:
pull_request:
types: [opened, synchronize]
jobs:
auto-approve:
runs-on: ubuntu-latest
if: github.actor == 'copilot-swe-agent'
steps:
- name: Auto-approve PR from Copilot agent
uses: hmarr/auto-approve-action@v3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}