Skip to content

Fix: bug(facilitator-sdk): facilitatorFee 校验仅支持 hex,导致动态 fee 流程失败 #137

Fix: bug(facilitator-sdk): facilitatorFee 校验仅支持 hex,导致动态 fee 流程失败

Fix: bug(facilitator-sdk): facilitatorFee 校验仅支持 hex,导致动态 fee 流程失败 #137

Workflow file for this run

name: Holon Trigger
on:
issue_comment:
types: [created]
issues:
types: [labeled, assigned]
pull_request:
types: [labeled]
permissions:
contents: write
issues: write
pull-requests: write
id-token: write
concurrency:
group: holon-${{ github.event_name }}-${{ github.event.issue.number || github.event.pull_request.number }}-${{ github.actor }}
cancel-in-progress: true
jobs:
holon:
name: Run Holon (via holon-solve)
uses: holon-run/holon/.github/workflows/holon-solve.yml@main
with:
# Keep config minimal; holon-solve derives issue_number/comment_body/mode/output_dir from the event.
log_level: 'debug'
build_from_source: true
issue_number: ${{ github.event.issue.number || github.event.pull_request.number }}
comment_id: ${{ github.event.comment.id || 0 }}
secrets:
anthropic_auth_token: ${{ secrets.ANTHROPIC_AUTH_TOKEN }}
anthropic_base_url: ${{ secrets.ANTHROPIC_BASE_URL }}