From 4b4be35eef6a7940ca366eb8ad0f23be76462819 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 22 Jul 2025 16:49:53 +0000 Subject: [PATCH 1/2] Initial plan From a8ac9ed17be1c614f171d35c786fe1d68e2703fe Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 22 Jul 2025 16:53:54 +0000 Subject: [PATCH 2/2] Add auto-approve workflow for GitHub Copilot agent PRs Co-authored-by: pamelafox <297042+pamelafox@users.noreply.github.com> --- .github/workflows/auto_approve_copilot.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/auto_approve_copilot.yaml diff --git a/.github/workflows/auto_approve_copilot.yaml b/.github/workflows/auto_approve_copilot.yaml new file mode 100644 index 0000000..c8a4c0c --- /dev/null +++ b/.github/workflows/auto_approve_copilot.yaml @@ -0,0 +1,15 @@ +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 }} \ No newline at end of file
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies: