mirror of
https://github.com/amd/blis.git
synced 2026-04-20 07:38:53 +00:00
Delete .github/workflows/ai-code-review-trigger.yml
This commit is contained in:
48
.github/workflows/ai-code-review-trigger.yml
vendored
48
.github/workflows/ai-code-review-trigger.yml
vendored
@@ -1,48 +0,0 @@
|
||||
name: AI Code Review Trigger
|
||||
|
||||
on:
|
||||
pull_request_review_comment:
|
||||
types: [created]
|
||||
pull_request:
|
||||
types: [opened]
|
||||
branches:
|
||||
- 'amd-main'
|
||||
|
||||
jobs:
|
||||
# AI PR Summary
|
||||
ai_pr_summary:
|
||||
if: |
|
||||
github.event_name == 'pull_request'
|
||||
uses: AMD-GH-Actions/ai-pr-platform-actions-lib/.github/workflows/call_ai_assistant.yml@main
|
||||
with:
|
||||
assistant_type: 'PRSummary'
|
||||
secrets:
|
||||
api_token: ${{ secrets.AI_REVIEW_COMMENT_FIX_APIKEY }}
|
||||
gh_token: ${{ secrets.AI_GH_TOKEN }}
|
||||
llm_token: ${{ secrets.AI_LLM_TOKEN }}
|
||||
|
||||
# AI Code Review
|
||||
ai_code_review:
|
||||
if: |
|
||||
github.event_name == 'pull_request'
|
||||
uses: AMD-GH-Actions/ai-pr-platform-actions-lib/.github/workflows/call_ai_assistant.yml@main
|
||||
with:
|
||||
assistant_type: 'AICodeReview'
|
||||
post_info_reply_comment: false
|
||||
secrets:
|
||||
api_token: ${{ secrets.AI_REVIEW_COMMENT_FIX_APIKEY }}
|
||||
gh_token: ${{ secrets.AI_GH_TOKEN }}
|
||||
llm_token: ${{ secrets.AI_LLM_TOKEN }}
|
||||
|
||||
# AI Comment Fix
|
||||
ai_comment_fix:
|
||||
if: |
|
||||
github.event_name == 'pull_request_review_comment'
|
||||
uses: AMD-GH-Actions/ai-pr-platform-actions-lib/.github/workflows/call_ai_assistant.yml@main
|
||||
with:
|
||||
assistant_type: 'AIReviewCommentFix'
|
||||
post_info_reply_comment: false
|
||||
secrets:
|
||||
api_token: ${{ secrets.AI_REVIEW_COMMENT_FIX_APIKEY }}
|
||||
gh_token: ${{ secrets.AI_GH_TOKEN }}
|
||||
llm_token: ${{ secrets.AI_LLM_TOKEN }}
|
||||
Reference in New Issue
Block a user