Skip to content
This repository was archived by the owner on Dec 2, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/openhands-resolver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ jobs:
retention-days: 30 # Keep the artifact for 30 days

- name: Create draft PR or push branch
if: always() # Push branch even if the previous steps fail
env:
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}
LLM_MODEL: ${{ secrets.LLM_MODEL }}
Expand All @@ -205,6 +206,7 @@ jobs:

- name: Comment on issue
uses: actions/github-script@v7
if: always() # Comment even if the previous steps fail
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
Expand Down