Skip to content

Replace Azure Inference URL with GitHub Models API URL #12

Replace Azure Inference URL with GitHub Models API URL

Replace Azure Inference URL with GitHub Models API URL #12

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 }}