Skip to content

Commit

Permalink
chore: Use pull-request feature from Replexica (#16383)
Browse files Browse the repository at this point in the history
  • Loading branch information
keithwillcode authored and zomars committed Sep 4, 2024
1 parent 989d5b3 commit 10c2c63
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,11 @@ jobs:
if: ${{ github.event.pull_request.head.sha != '' }}
shell: bash
- uses: replexica/replexica@main
env:
GH_TOKEN: ${{ github.token }}
with:
api-key: ${{ secrets.CI_REPLEXICA_API_KEY }}
pull-request: true

type-check:
name: Type check
Expand Down Expand Up @@ -152,7 +155,7 @@ jobs:
if: ${{ needs.check-label.outputs.run-e2e == 'true' && needs.changes.outputs.has-files-requiring-all-checks == 'true' }}
uses: ./.github/workflows/api-v2-production-build.yml
secrets: inherit

build-atoms:
name: Production builds
needs: [changes, check-label, deps]
Expand Down Expand Up @@ -238,7 +241,6 @@ jobs:
[
changes,
lint,
i18n,
type-check,
unit-test,
integration-test,
Expand Down

0 comments on commit 10c2c63

Please sign in to comment.