Files
embed-issues/.github/workflows/issue-agent.yml
Yusuf Ali 864958ee45
All checks were successful
Markdown Embedder / agent-embed-markdown (push) Successful in 47s
initial commit
2026-01-10 04:59:24 +00:00

25 lines
568 B
YAML

jobs:
dispatch:
if: contains(github.event.comment.body, '@bot')
permissions:
contents: read
issues: read
runs-on:
- ubuntu-latest
steps:
- env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
name: Send task to coding agent
uses: https://git.yusufali.ca/automation/action@main
with:
api_token: ${{ secrets.AGENT_TOKEN }}
api_url: ${{ secrets.AGENT_API_URL }}
bot_route: codebot
debug: false
name: Send Tasks to Agent
'on':
issue_comment:
types:
- created
- edited