chore: fix solver
All checks were successful
Bun CI/CD / test (push) Successful in 8s
Bun CI/CD / deploy-staging (push) Has been skipped
Bun CI/CD / deploy-prod (push) Successful in 1s

This commit is contained in:
2026-01-03 21:03:27 +03:00
parent dff87b6c7a
commit d47522543d

View File

@@ -7,14 +7,14 @@ on:
jobs: jobs:
solve: solve:
if: github.event.label.name == 'ai-solve' if: ${{ gitea.label.name == 'ai-solve' }}
runs-on: opencode runs-on: opencode
steps: steps:
- name: Solve Issue - name: Solve Issue
env: env:
GGITEA_URL: ${{ secrets.GGITEA_URL }} GGITEA_URL: ${{ secrets.GGITEA_URL }}
GGITEA_TOKEN: ${{ secrets.GGITEA_TOKEN }} GGITEA_TOKEN: ${{ secrets.GGITEA_TOKEN }}
REPO_OWNER: ${{ github.repository_owner }} REPO_OWNER: ${{ gitea.repository.owner }}
REPO_NAME: ${{ github.event.repository.name }} REPO_NAME: ${{ gitea.repository.name }}
ISSUE_NUMBER: ${{ github.event.issue.number }} ISSUE_NUMBER: ${{ gitea.issue.number }}
run: solve-issue run: solve-issue