We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfa094c commit c56a130Copy full SHA for c56a130
.github/workflows/ai-assistance.yaml
@@ -0,0 +1,29 @@
1
+name: AI-assisted
2
+on:
3
+ pull_request:
4
+ types: [ready_for_review]
5
+
6
+jobs:
7
+ summary:
8
+ name: PR Summary
9
+ if: github.actor != 'ospo-renovate[bot]'
10
+ runs-on: [ubuntu-latest]
11
+ steps:
12
+ - uses: SAP/ai-assisted-github-actions/pr-summary@v3
13
+ with:
14
+ aicore-service-key: ${{ secrets.AICORE_SERVICE_KEY }}
15
+ model: gpt-4o
16
+ exclude-files: package-lock.json
17
+ display-mode: append
18
+ header-text: "---"
19
20
+ review:
21
+ name: PR Review
22
23
24
25
+ - uses: SAP/ai-assisted-github-actions/pr-review@v3
26
27
28
29
0 commit comments