feat: trigger on issues opened when @cursor in title or body

Extend check-comment.sh to parse issues event payloads; document
issue_comment + issues opened as supported workflow triggers.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Frank Schwenk
2026-07-05 16:50:21 +02:00
parent 239e110b72
commit 6b6943262d
3 changed files with 19 additions and 7 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
## Agent Quick Start
- **What:** Gitea composite Action — `@cursor` in issue/PR comments runs Cursor CLI + gitea-mcp on the Actions runner.
- **What:** Gitea composite Action — `@cursor` in issue/PR comments or new issues runs Cursor CLI + gitea-mcp on the Actions runner.
- **Gitea:** https://gitea.schwenk.online — repo `froxxxy/cursor-gitea-agent`
- **Default model:** `composer-2.5` (override via `ai_model` input only when Fränky asks)
- **Runner:** Gitea Actions on `boka`
@@ -14,7 +14,7 @@ cursor-gitea-agent
## One-Liner
Gitea Action that triggers Cursor AI when `@cursor` is mentioned in issue or PR comments.
Gitea Action that triggers Cursor AI when `@cursor` is mentioned in issue/PR comments or new issues.
## Vision