From 2eb4fe19d681c93a5c431b2f41d22eacc210f882 Mon Sep 17 00:00:00 2001 From: Jim <32538482+nietsnielin@users.noreply.github.com> Date: Tue, 11 Feb 2025 16:33:00 +0800 Subject: [PATCH] Delete action.yml --- action.yml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 action.yml diff --git a/action.yml b/action.yml deleted file mode 100644 index 976aed7..0000000 --- a/action.yml +++ /dev/null @@ -1,23 +0,0 @@ -name: "AI Code Review Action" -description: "Perform code reviews and comment on diffs using OpenAI API." -inputs: - GITHUB_TOKEN: - description: "GitHub token to interact with the repository." - required: true - OPENAI_API_KEY: - description: "OpenAI API key for GPT." - required: true - OPENAI_API_MODEL: - description: "OpenAI API model." - required: false - default: "gpt-4" - exclude: - description: "Glob patterns to exclude files from the diff analysis" - required: false - default: "" -runs: - using: "node16" - main: "dist/index.js" -branding: - icon: "aperture" - color: "green"