name: Copilot Code Review on: pull_request: types: [opened, synchronize, ready_for_review, reopened] jobs: copilot-review: runs-on: ubuntu-latest permissions: contents: read pull-requests: write steps: - name: Checkout repository uses: actions/checkout@v4 with: fetch-depth: 0 - name: Copilot Code Review uses: github/copilot-code-review-action@v1