From eb1668518fec0757889a53ea3edabc5f5b49f011 Mon Sep 17 00:00:00 2001 From: Heiner Lohaus Date: Sun, 21 Jan 2024 16:42:55 +0100 Subject: On workflow_run copilot --- .github/workflows/copilot.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/copilot.yml b/.github/workflows/copilot.yml index 1de81cb6..8b21ccfd 100644 --- a/.github/workflows/copilot.yml +++ b/.github/workflows/copilot.yml @@ -1,15 +1,17 @@ name: AI Code Reviewer on: - pull_request: + workflow_run: + workflows: ["build"] types: - - opened - - synchronize + - completed jobs: review: runs-on: ubuntu-latest - permissions: write-all + permissions: + contents: read + pull-requests: write steps: - name: Checkout Repo uses: actions/checkout@v3 @@ -25,5 +27,5 @@ jobs: run: pip install PyGithub - name: AI Code Review env: - GITHUB_TOKEN: ${{ secrets.COPILOT_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: python -m etc.tool.copilot -- cgit v1.2.3