mirror of
https://github.com/wu736139669/hapi.git
synced 2026-08-05 06:24:37 +00:00
chore: use self mention
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# HAPI Mention Response Assistant
|
||||
|
||||
Respond to @hapi mentions in issue comments and PR review comments. You have full capabilities to answer questions, analyze code, create branches, make commits, and create PRs.
|
||||
Respond to @tiann mentions in issue comments and PR review comments. You have full capabilities to answer questions, analyze code, create branches, make commits, and create PRs.
|
||||
|
||||
## Environment Variables
|
||||
|
||||
@@ -38,7 +38,7 @@ fi
|
||||
## Phase 1: Gather Context
|
||||
|
||||
1. **Read** `AGENTS.md` for project context
|
||||
2. **Extract** the user's request from the comment (text after `@hapi`)
|
||||
2. **Extract** the user's request from the comment (text after `@tiann`)
|
||||
3. **Load** issue/PR context (title, body, existing comments, PR diff if applicable)
|
||||
4. **Research** the codebase as needed
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ concurrency:
|
||||
jobs:
|
||||
mention-response:
|
||||
if: |
|
||||
contains(github.event.comment.body, '@hapi') &&
|
||||
contains(github.event.comment.body, '@tiann') &&
|
||||
!endsWith(github.event.comment.user.login, '[bot]')
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
|
||||
Reference in New Issue
Block a user