File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed
Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -158,14 +158,15 @@ jobs:
158158 if : steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
159159 run : poetry install --no-interaction --only main --extras rag
160160
161- - name : Resolve issue
162- run : |
163- poetry run patchwork ResolveIssue --log debug \
164- --patched_api_key=${{ secrets.PATCHED_API_KEY }} \
165- --github_api_key=${{ secrets.SCM_GITHUB_KEY }} \
166- --issue_url=https://github.com/patched-codes/patchwork/issues/1039 \
167- --disable_telemetry
168- --max_llm_calls=10
161+ # disabled because this currently takes too long
162+ # - name: Resolve issue
163+ # run: |
164+ # poetry run patchwork ResolveIssue --log debug \
165+ # --patched_api_key=${{ secrets.PATCHED_API_KEY }} \
166+ # --github_api_key=${{ secrets.SCM_GITHUB_KEY }} \
167+ # --issue_url=https://github.com/patched-codes/patchwork/issues/1129 \
168+ # --disable_telemetry
169+ # --max_llm_calls=10
169170
170171 main-test :
171172 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments