Skip to content

Commit

Permalink
Disable previous functionalities
Browse files Browse the repository at this point in the history
  • Loading branch information
JiseungHong committed Feb 25, 2025
1 parent ad87f96 commit 93d5c7f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 103 deletions.
100 changes: 0 additions & 100 deletions .github/workflows/firebase-test.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/openhands-resolver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ permissions:

jobs:
auto-fix:
if: github.event_name == 'workflow_call' || github.event.label.name == 'pr-arena'
if: false
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# PR Arena ⚔️
# (:construction: Migrating to GitHub App) PR Arena ⚔️

PR Arena is a coding assistant designed to evaluate and improve [OpenHands GitHub Backlog Resolver](https://github.com/All-Hands-AI/OpenHands/tree/main/openhands/resolver) through paired pull request (PR) generations. It enables developers to compare contributions from different LLMs such as GPT-4o, Llama, and more.

Expand Down
2 changes: 1 addition & 1 deletion openhands_resolver/resolve_issues.py
Original file line number Diff line number Diff line change
Expand Up @@ -872,7 +872,7 @@ def main():
parser.add_argument(
"--max-iterations",
type=int,
# default=50,
# PR-Arena doesn't consider the failure/ success of the agent. But it can be used to see how the agent is performing as the iteration increases.
default=1,
help="Maximum number of iterations to run.",
)
Expand Down

0 comments on commit 93d5c7f

Please sign in to comment.