Skip to content

Commit 0d04240

Browse files
committed
remove checkout step
1 parent c13f457 commit 0d04240

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/ai-reviewer.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,8 @@ jobs:
1515
if: contains(github.event.pull_request.requested_reviewers.*.login, 'Nordicbuilder')
1616
runs-on: ubuntu-24.04
1717
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
2618
- name: Full PR Diff Review
27-
uses: ./.github/actions/action-ai-reviewer/
19+
uses: nrfconnect/action-ai-reviewer
2820
env:
2921
GITHUB_TOKEN: ${{ secrets.NORDICBUILDER_GPT }}
3022
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}

0 commit comments

Comments
 (0)