[Bug]: Replace claude-3-5-sonnet-20240620 with claude-3-5-sonnet-20241022 #215
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Resolve Issues with OpenHands | |
on: | |
issues: | |
types: [labeled] | |
jobs: | |
call-openhands-resolver: | |
uses: All-Hands-AI/openhands-resolver/.github/workflows/openhands-resolver.yml@main | |
if: github.event.label.name == 'fix-me' | |
with: | |
issue_number: ${{ github.event.issue.number }} | |
secrets: inherit |