hats-finance / hats-contracts

MIT License
37 stars 47 forks source link

Create openai-review.yml #524

Closed shayzluf closed 1 year ago

shayzluf commented 1 year ago

workflow update

Summary by CodeRabbit

New Feature:

🎉 Here's to the code that's now smarter, not harder, With OpenAI in our corner, we're just getting started. On each PR and comment, it takes its part, Making reviews an art, right from the start! 🚀

github-actions[bot] commented 1 year ago

Image description CodeRabbit

Walkthrough

The proposed changes introduce a new GitHub Actions workflow named openai-review.yml. This workflow is designed to be triggered on pull requests and review comments, utilizing the coderabbitai/openai-pr-reviewer action to automate code reviews in an Ubuntu environment.

Changes

File Summary
.github/workflows/openai-review.yml A new GitHub Actions workflow file that triggers on pull requests and review comments. It runs a job named "review" in an Ubuntu environment using the coderabbitai/openai-pr-reviewer action with the necessary configurations and environment variables.