Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/local-actions/branch-manager/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/local-actions/labels-sync/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/local-actions/lock-closed/main.js

Large diffs are not rendered by default.

13 changes: 0 additions & 13 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,19 +59,6 @@ jobs:
- run: pnpm install --frozen-lockfile
- run: pnpm bazel test -- //...

pr_review:
needs: [lint, test]
if: always() && github.event_name == 'pull_request_target' && (github.event.action == 'opened' || github.event.action == 'reopened')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: ./github-actions/review-bot
with:
angular-review-bot-key: ${{ secrets.ANGULAR_REVIEW_BOT_PRIVATE_KEY }}
google-generative-ai-key: ${{ secrets.GOOGLE_GENERATIVE_AI_KEY }}
continue-on-error: true
- run: exit 0

# macos testing is disabled as we do not have any targets we currently test.
#test-macos:
# timeout-minutes: 30
Expand Down
1 change: 0 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ github-actions/post-approval-changes/main.js
github-actions/previews/pack-and-upload-artifact/inject-artifact-metadata.js
github-actions/previews/upload-artifacts-to-firebase/extract-artifact-metadata.js
github-actions/previews/upload-artifacts-to-firebase/fetch-workflow-artifact.js
github-actions/review-bot/main.js
github-actions/saucelabs/set-saucelabs-env.js
github-actions/labeling/issue/main.js
github-actions/slash-commands/main.js
Expand Down
2 changes: 1 addition & 1 deletion github-actions/branch-manager/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion github-actions/labeling/issue/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion github-actions/labeling/pull-request/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion github-actions/org-file-sync/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion github-actions/post-approval-changes/main.js

Large diffs are not rendered by default.

32 changes: 0 additions & 32 deletions github-actions/review-bot/BUILD.bazel

This file was deleted.

14 changes: 0 additions & 14 deletions github-actions/review-bot/action.yml

This file was deleted.

214 changes: 0 additions & 214 deletions github-actions/review-bot/lib/gemini.ts

This file was deleted.

Loading