a9261/MyChatGPTCodeReview
my first try github action
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jan 8, 2025
- License
- MIT
Pinned Snippet
uses: a9261/my-github-codereview@fc514bbb71d08e57646bc4d160d7881cb263364c # v1.0.3tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Your GITHUB TOKEN | no | ${{ github.token }} |
| openaikey | Your OPENAPI KEY | no | ${{ github.openaikey }} |
| prompt | Your prompt of codereview | no | ${{ github.prompt }} |
| commentlng | Your code review result of comment language | no | ${{ github.commentlng }} |
| programlng | Your reponsitory main program language | no | ${{ github.programlng }} |
| chatgptmodel | You want to use which model of chatgpt | no | ${{ github.commentlng }} |
Outputs
| name | description |
|---|---|
| time | Your output description here |