diff --git a/.github/workflows/on: [pull_request] name: ChatGPT CodeReview jobs: chatgpt_comment: runs-on: ubuntu-latest name: Let chatgpt comment on your PR. steps: - name: ChatGPT comment uses: kxxt/chatgpt b/.github/workflows/on: [pull_request] name: ChatGPT CodeReview jobs: chatgpt_comment: runs-on: ubuntu-latest name: Let chatgpt comment on your PR. steps: - name: ChatGPT comment uses: kxxt/chatgpt new file mode 100644 index 0000000..c7b0bca --- /dev/null +++ b/.github/workflows/on: [pull_request] name: ChatGPT CodeReview jobs: chatgpt_comment: runs-on: ubuntu-latest name: Let chatgpt comment on your PR. steps: - name: ChatGPT comment uses: kxxt/chatgpt @@ -0,0 +1,18 @@ +on: [pull_request] + +name: ChatGPT CodeReview + +jobs: + chatgpt_comment: + runs-on: ubuntu-latest + name: Let chatgpt comment on your PR. + steps: + - name: ChatGPT comment + uses: kxxt/chatgpt-action@v0.3 + id: chatgpt + with: + number: ${{ github.event.pull_request.number }} + sessionToken: ${{ secrets.CHATGPT_SESSION_TOKEN }} + split: 'yolo' # Use true to enable the unstable split feature. + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}