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 c13f457 commit 0d04240Copy full SHA for 0d04240
.github/workflows/ai-reviewer.yml
@@ -15,16 +15,8 @@ jobs:
15
if: contains(github.event.pull_request.requested_reviewers.*.login, 'Nordicbuilder')
16
runs-on: ubuntu-24.04
17
steps:
18
- - name: Check out repository
19
- uses: actions/checkout@v4
20
- with:
21
- repository: nrfconnect/action-ai-reviewer
22
- ref: main
23
- token: ${{ github.event.pull_request.head.repo.full_name == github.repository ? secrets.NORDICBUILDER_GPT : github.token }}
24
- path: ./.github/actions/action-ai-reviewer
25
- persist-credentials: false
26
- name: Full PR Diff Review
27
- uses: ./.github/actions/action-ai-reviewer/
+ uses: nrfconnect/action-ai-reviewer
28
env:
29
GITHUB_TOKEN: ${{ secrets.NORDICBUILDER_GPT }}
30
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
0 commit comments