Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
Signed-off-by: M. Fatih Cırıt <[email protected]>
  • Loading branch information
M. Fatih Cırıt committed Mar 15, 2024
1 parent 28bb0cf commit 4a34aaf
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/pr-agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 4a34aaf

Please sign in to comment.