build(deps): bump anomalyco/opencode/github from 1.17.18 to 1.18.10 #40
This file contains hidden or 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: OpenCode Auto-Fix | |
| on: | |
| issues: | |
| types: [labeled] | |
| pull_request: | |
| types: [labeled] | |
| jobs: | |
| opencode: | |
| if: github.event.label.name == 'fix-me' | |
| runs-on: ubuntu-latest | |
| permissions: | |
| id-token: write | |
| contents: write | |
| pull-requests: write | |
| issues: write | |
| env: | |
| OMNIROUTE_BASE_URL: https://omniroute.afonsoft.dev/v1 | |
| steps: | |
| - name: Checkout repository | |
| uses: actions/checkout@v7.0.0 | |
| with: | |
| fetch-depth: 1 | |
| persist-credentials: false | |
| - name: Run OpenCode | |
| uses: anomalyco/opencode/github@7902e04c3a67f7c69726bc955efb46e29214c797 # v1.18.10 | |
| env: | |
| OMNIROUTE_API_KEY: ${{ secrets.OMNIROUTE_API_KEY }} | |
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
| with: | |
| model: omniroute/auto/claude-sonnet | |
| agent: build | |
| use_github_token: true | |
| prompt: | | |
| Fix the issue or implement the feature described. | |
| Open a pull request with the changes and provide a clear summary. |