Skip to content

Commit 6d546e6

Browse files
authored
Merge branch 'main' into dependabot/pip/src/backend/requests-2.32.4
2 parents 888a709 + bb16fcf commit 6d546e6

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Auto-approve Copilot PRs
2+
3+
on:
4+
pull_request:
5+
types: [opened, synchronize]
6+
7+
jobs:
8+
auto-approve:
9+
runs-on: ubuntu-latest
10+
if: github.actor == 'copilot-swe-agent'
11+
steps:
12+
- name: Auto-approve PR from Copilot agent
13+
uses: hmarr/auto-approve-action@v3
14+
with:
15+
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)