Skip to content

Commit 4a34aaf

Browse files
author
M. Fatih Cırıt
committed
debug
Signed-off-by: M. Fatih Cırıt <mfc@leodrive.ai>
1 parent 28bb0cf commit 4a34aaf

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.github/workflows/pr-agent.yaml

+16-16
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@ jobs:
1212
mode: exactly
1313
count: 1
1414
labels: "tag:pr-agent"
15-
pr_agent_job:
16-
needs: prevent-no-label-execution-pr-agent
17-
if: ${{ needs.prevent-no-label-execution-pr-agent.outputs.status == 'success' }}
18-
runs-on: ubuntu-latest
19-
permissions:
20-
issues: write
21-
pull-requests: write
22-
contents: write
23-
name: Run pr agent on every pull request, respond to user comments
24-
steps:
25-
- name: PR Agent action step
26-
id: pragent
27-
uses: Codium-ai/pr-agent@main
28-
env:
29-
OPENAI_KEY: ${{ secrets.OPENAI_KEY_PR_AGENT }}
30-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
15+
# pr_agent_job:
16+
# needs: prevent-no-label-execution-pr-agent
17+
# if: ${{ needs.prevent-no-label-execution-pr-agent.outputs.status == 'success' }}
18+
# runs-on: ubuntu-latest
19+
# permissions:
20+
# issues: write
21+
# pull-requests: write
22+
# contents: write
23+
# name: Run pr agent on every pull request, respond to user comments
24+
# steps:
25+
# - name: PR Agent action step
26+
# id: pragent
27+
# uses: Codium-ai/pr-agent@main
28+
# env:
29+
# OPENAI_KEY: ${{ secrets.OPENAI_KEY_PR_AGENT }}
30+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)