a84271a056
Co-authored-by: Cursor <cursoragent@cursor.com>
20 lines
504 B
YAML
20 lines
504 B
YAML
name: Cursor Agent
|
|
on:
|
|
issue_comment:
|
|
types: [created]
|
|
issues:
|
|
types: [opened]
|
|
|
|
jobs:
|
|
cursor:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
- uses: https://gitea.schwenk.online/froxxxy/cursor-gitea-agent@main
|
|
with:
|
|
cursor_api_key: ${{ secrets.CURSOR_API_KEY }}
|
|
gitea_token: ${{ secrets.CURSOR_BOT_TOKEN }}
|
|
gitea_base_url: https://gitea.schwenk.online
|
|
push_to_default_branch: "true"
|
|
agent_timeout: 5m
|