From 4a34aaf74feecd5d6e204bd4c9d713c6ce8a9027 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=2E=20Fatih=20C=C4=B1r=C4=B1t?= Date: Fri, 15 Mar 2024 16:02:25 +0300 Subject: [PATCH] debug MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: M. Fatih Cırıt --- .github/workflows/pr-agent.yaml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/pr-agent.yaml b/.github/workflows/pr-agent.yaml index 57ab7d72c64e3..7380212491600 100644 --- a/.github/workflows/pr-agent.yaml +++ b/.github/workflows/pr-agent.yaml @@ -12,19 +12,19 @@ jobs: mode: exactly count: 1 labels: "tag:pr-agent" - pr_agent_job: - needs: prevent-no-label-execution-pr-agent - if: ${{ needs.prevent-no-label-execution-pr-agent.outputs.status == 'success' }} - runs-on: ubuntu-latest - permissions: - issues: write - pull-requests: write - contents: write - name: Run pr agent on every pull request, respond to user comments - steps: - - name: PR Agent action step - id: pragent - uses: Codium-ai/pr-agent@main - env: - OPENAI_KEY: ${{ secrets.OPENAI_KEY_PR_AGENT }} - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} +# pr_agent_job: +# needs: prevent-no-label-execution-pr-agent +# if: ${{ needs.prevent-no-label-execution-pr-agent.outputs.status == 'success' }} +# runs-on: ubuntu-latest +# permissions: +# issues: write +# pull-requests: write +# contents: write +# name: Run pr agent on every pull request, respond to user comments +# steps: +# - name: PR Agent action step +# id: pragent +# uses: Codium-ai/pr-agent@main +# env: +# OPENAI_KEY: ${{ secrets.OPENAI_KEY_PR_AGENT }} +# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}