Skip to content

Commit 891d082

Browse files
authored
Pin actions to minisweagent branch (#38)
1 parent bd29682 commit 891d082

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/ci-failure-diagnosis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ jobs:
6161
cat /tmp/tensorzero-for-gateway/prompt.minijinja
6262
6363
- name: Call LLM to generate PR revision
64-
uses: tensorzero/experimental-ci-bot/generate-pr-patch@main
64+
# TODO: currently pinned to miniswe-agent branch; switch back to main when ready.
65+
uses: tensorzero/experimental-ci-bot/generate-pr-patch@viraj/pr-only
6566
env:
6667
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6768
with:

.github/workflows/provide-pull-request-feedback.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ jobs:
4040
exit 1
4141
4242
- name: Send PR Feedback
43-
uses: tensorzero/experimental-ci-bot/create-pr-feedback@main
43+
# TODO: currently pinned to miniswe-agent branch; switch back to main when ready.
44+
uses: tensorzero/experimental-ci-bot/create-pr-feedback@viraj/pr-only
4445
with:
4546
tensorzero-base-url: http://localhost:3000
4647
# TODO: Switch to tensorzero_github_ci_bot_agent_pr_merged for episode-level feedback when agent creates PRs

0 commit comments

Comments
 (0)