ai-codereviewer icon indicating copy to clipboard operation
ai-codereviewer copied to clipboard

Can't find 'action.yml', 'action.yaml' or 'Dockerfile' for action

Open xrzhuang opened this issue 1 year ago • 1 comments

I am following the step

Replace your-username with your GitHub username or organization name where the AI Code Reviewer repository is located.

My username is xrzhuang and my repo is MrFU. However every combination of this I am trying is not working?

Examples:

uses: xrzhuang/ai-code-reviewer@main
uses: MrFU/ai-code-reviewer@main
uses: xrzhuang/MrFU/ai-code-reviewer@main
uses: xrzhuang/MrFU@main

Can someone please explain what I am doing wrong here? Please help ty

xrzhuang avatar Nov 12 '23 20:11 xrzhuang

Hello @xrzhuang. You should make a fork of the original repository first https://github.com/freeedcom/ai-codereviewer

After that you can follow the step using:

uses: xrzhuang/ai-code-reviewer@main

Because you already own that code and can use the GITHUB_TOKEN

ajuarez-btf avatar Nov 14 '23 13:11 ajuarez-btf