Skip to content

Commit

Permalink
feat: remove loader package
Browse files Browse the repository at this point in the history
  • Loading branch information
mattzcarey committed Jan 3, 2024
1 parent a7afa18 commit a2861b6
Show file tree
Hide file tree
Showing 17 changed files with 8 additions and 1,651 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Run prompt tests
run: npm run test -- --ci=github --model=gpt-3.5-turbo

build_and_test_core:
deploy_core_to_dev:
runs-on: ubuntu-latest
env:
CI: true
Expand Down Expand Up @@ -76,10 +76,10 @@ jobs:
uses: aws-actions/configure-aws-credentials@v4
with:
aws-region: ${{ env.AWS_REGION }}
role-to-assume: ${{ secrets.AWS_ROLE_ARN_STAGING }}
role-to-assume: ${{ secrets.AWS_ROLE_ARN_DEV }}

- name: Install pnpm
run: npm i -g pnpm

- name: 🚀 Deploy core to staging
run: pnpm i && pnpm deploy-staging
- name: 🚀 Deploy core to dev
run: pnpm i && pnpm deploy-dev
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ Thanks to our wonderful contributors!

## Roadmap (see projects tab) 🌏

The roadmap shifts the focus to a Github app which can be installed on any repo. This will allow for a more seamless UX and better features including a chatbot to discuss the PR and make suggestions.

The code-review-gpt package will continue to be maintained and improved based on the feedback from the Github app.

## Sponsors ❤️

<a href="https://www.quivr.app/">
Expand Down
2 changes: 0 additions & 2 deletions packages/crgpt-loader/.env_example

This file was deleted.

34 changes: 0 additions & 34 deletions packages/crgpt-loader/package.json

This file was deleted.

Loading

0 comments on commit a2861b6

Please sign in to comment.