Skip to content

Commit 036bce1

Browse files
Update AI on-demand workflow to v1.0.12
1 parent 5b1752a commit 036bce1

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

.github/workflows/ai-on-demand.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
name: AI On-Demand Assistant
2+
on:
3+
issue_comment:
4+
types: [created]
5+
pull_request_review_comment:
6+
types: [created]
7+
pull_request_review:
8+
types: [submitted]
9+
issues:
10+
types: [opened]
11+
12+
permissions:
13+
contents: read
14+
issues: write
15+
pull-requests: write
16+
actions: read
17+
18+
jobs:
19+
ai-response:
20+
uses: ethereumfollowprotocol/workflow-automation/.github/workflows/issue-response.yml@v1.0.12
21+
with:
22+
config-profile: "default"
23+
bot-mention: "@efp-dev-ops"
24+
enable-auto-labeling: true
25+
enable-escalation: true
26+
secrets:
27+
CLAUDE_CODE_OAUTH_TOKEN: ${{ secrets.DEV_OPS_BOT_CLAUDE_CODE_OAUTH_TOKEN }}
28+
APP_ID: ${{ secrets.DEV_OPS_BOT_APP_ID }}
29+
PRIVATE_KEY: ${{ secrets.DEV_OPS_BOT_PRIVATE_KEY }}
30+
ALLOWED_USER_LIST: ${{ secrets.DEV_OPS_BOT_ALLOWED_USER_LIST }}

0 commit comments

Comments
 (0)