-
Notifications
You must be signed in to change notification settings - Fork 0
chore: tf gh actions #35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR makes configuration and tooling improvements including removing hardcoded credentials, adding GitHub Actions workflows for deployment, and fixing code formatting issues.
- Removed hardcoded Google OAuth and email credentials from development configuration
- Added deployment workflow with Terraform integration for Azure infrastructure
- Fixed import organization and code formatting across TypeScript files
Reviewed Changes
Copilot reviewed 6 out of 8 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| src/evently.client/src/routes/gatherings/-components/filter-bar.tsx | Consolidated React imports into a single import statement |
| src/evently.client/src/routeTree.gen.ts | Applied consistent code formatting (quotes, semicolons, indentation) |
| src/Evently.Server/appsettings.Development.json | Replaced hardcoded credentials with placeholder values |
| src/Evently.Server/Features/Gatherings/Services/GatheringService.cs | Split long LINQ where clause across multiple lines for readability |
| .github/workflows/deploy.yml | Added new deployment workflow with Terraform and Azure integration |
| .github/workflows/build.yml | Modified build workflow to add Terraform validation and remove push trigger on main |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
No description provided.