From 6b58627562cc276a21ad6a6edabd7804d40d6c37 Mon Sep 17 00:00:00 2001 From: Harjot Gill Date: Mon, 20 Mar 2023 12:28:24 -0700 Subject: [PATCH] update job name --- .github/workflows/openai-review.yml | 2 +- README.md | 10 ++-------- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/.github/workflows/openai-review.yml b/.github/workflows/openai-review.yml index 96ac49a1..72d13ea6 100644 --- a/.github/workflows/openai-review.yml +++ b/.github/workflows/openai-review.yml @@ -17,7 +17,7 @@ concurrency: cancel-in-progress: ${{ github.event_name != 'pull_request_review_comment' }} jobs: - chatgpt: + review: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 diff --git a/README.md b/README.md index b412eea5..1acf3dbb 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ concurrency: cancel-in-progress: ${{ github.event_name != 'pull_request_review_comment' }} jobs: - test: + review: runs-on: ubuntu-latest steps: - uses: fluxninja/openai-pr-reviewer@main @@ -147,7 +147,7 @@ on: pull_request_target: jobs: - test: + review: runs-on: ubuntu-latest steps: - uses: fluxninja/openai-pr-reviewer@main @@ -165,9 +165,3 @@ https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows Set `debug: true` in the workflow file to enable debug mode, which will show the messages - -### Special Thanks - -This GitHub Action is based on -[ChatGPT Action](https://github.com/unsafecoerce/chatgpt-action) by -[Tao He](https://github.com/sighingnow).