diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 7e3fe3a444c1..498d3f08e1a4 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -51,7 +51,7 @@ jobs: runs-on: ubuntu-latest # Only run on the main repo (not on forks): neither the CodSpeed token nor write # access to the `gh-pages` benchmark history is available to a fork. - if: github.repository == 'prisma/prisma' + if: github.repository == 'prisma/orm' steps: - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 45ab8a4e5af8..d798c0c095ca 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -61,8 +61,8 @@ env: FAILURE_TITLE_TEMPLATE: >- ${{ github.event.inputs.targetVersion && - format('prisma/prisma Release {0} from {1} on latest tag failed :x:', github.event.inputs.targetVersion, github.ref_name) || - 'prisma/prisma Release failed :x:' + format('prisma/orm Release {0} from {1} on latest tag failed :x:', github.event.inputs.targetVersion, github.ref_name) || + 'prisma/orm Release failed :x:' }} jobs: @@ -165,7 +165,7 @@ jobs: - name: Slack Notification on Success uses: rtCamp/action-slack-notify@c33737706dea87cd7784c687dadc9adf1be59990 # v2.3.2 env: - SLACK_TITLE: 'prisma/prisma Release ${{ needs.release.outputs.prismaVersion }} succeeded :white_check_mark:' + SLACK_TITLE: 'prisma/orm Release ${{ needs.release.outputs.prismaVersion }} succeeded :white_check_mark:' SLACK_COLOR: '#55ff55' SLACK_WEBHOOK: ${{ secrets.SLACK_RELEASE_FEED_WEBHOOK }} SLACK_CHANNEL: feed-prisma-publish diff --git a/.github/workflows/test-template.yml b/.github/workflows/test-template.yml index c00a85cd0f9e..44b13dcc6951 100644 --- a/.github/workflows/test-template.yml +++ b/.github/workflows/test-template.yml @@ -145,7 +145,7 @@ jobs: - name: Upload test results to BuildPulse for flaky test detection # Only run this step for branches where we have access to secrets. # Run this step even when the tests fail. Skip if the workflow is cancelled. - if: env.HAS_BUILDPULSE_SECRETS == 'true' && !cancelled() && inputs.reason == 'buildpulse' && github.repository == 'prisma/prisma' + if: env.HAS_BUILDPULSE_SECRETS == 'true' && !cancelled() && inputs.reason == 'buildpulse' && github.repository == 'prisma/orm' uses: buildpulse/buildpulse-action@d0d30f53585cf16b2e01811a5a753fd47968654a # v0.11.0 with: account: 17219288 @@ -197,7 +197,7 @@ jobs: - name: Upload test results to BuildPulse for flaky test detection # Only run this step for branches where we have access to secrets. # Run this step even when the tests fail. Skip if the workflow is cancelled. - if: env.HAS_BUILDPULSE_SECRETS == 'true' && !cancelled() && inputs.reason == 'buildpulse' && github.repository == 'prisma/prisma' + if: env.HAS_BUILDPULSE_SECRETS == 'true' && !cancelled() && inputs.reason == 'buildpulse' && github.repository == 'prisma/orm' uses: buildpulse/buildpulse-action@d0d30f53585cf16b2e01811a5a753fd47968654a # v0.11.0 with: account: 17219288 @@ -265,7 +265,7 @@ jobs: - name: Upload test results to BuildPulse for flaky test detection # Only run this step for branches where we have access to secrets. # Run this step even when the tests fail. Skip if the workflow is cancelled. - if: env.HAS_BUILDPULSE_SECRETS == 'true' && !cancelled() && inputs.reason == 'buildpulse' && github.repository == 'prisma/prisma' + if: env.HAS_BUILDPULSE_SECRETS == 'true' && !cancelled() && inputs.reason == 'buildpulse' && github.repository == 'prisma/orm' uses: buildpulse/buildpulse-action@d0d30f53585cf16b2e01811a5a753fd47968654a # v0.11.0 with: account: 17219288 @@ -332,7 +332,7 @@ jobs: - name: Upload test results to BuildPulse for flaky test detection # Only run this step for branches where we have access to secrets. # Run this step even when the tests fail. Skip if the workflow is cancelled. - if: env.HAS_BUILDPULSE_SECRETS == 'true' && !cancelled() && inputs.reason == 'buildpulse' && github.repository == 'prisma/prisma' + if: env.HAS_BUILDPULSE_SECRETS == 'true' && !cancelled() && inputs.reason == 'buildpulse' && github.repository == 'prisma/orm' uses: buildpulse/buildpulse-action@d0d30f53585cf16b2e01811a5a753fd47968654a # v0.11.0 with: account: 17219288 @@ -387,7 +387,7 @@ jobs: - name: Upload test results to BuildPulse for flaky test detection # Only run this step for branches where we have access to secrets. # Run this step even when the tests fail. Skip if the workflow is cancelled. - if: env.HAS_BUILDPULSE_SECRETS == 'true' && !cancelled() && inputs.reason == 'buildpulse' && github.repository == 'prisma/prisma' + if: env.HAS_BUILDPULSE_SECRETS == 'true' && !cancelled() && inputs.reason == 'buildpulse' && github.repository == 'prisma/orm' uses: buildpulse/buildpulse-action@d0d30f53585cf16b2e01811a5a753fd47968654a # v0.11.0 with: account: 17219288 @@ -510,7 +510,7 @@ jobs: - name: Upload test results to BuildPulse for flaky test detection # Only run this step for branches where we have access to secrets. # Run this step even when the tests fail. Skip if the workflow is cancelled. - if: env.HAS_BUILDPULSE_SECRETS == 'true' && !cancelled() && inputs.reason == 'buildpulse' && github.repository == 'prisma/prisma' + if: env.HAS_BUILDPULSE_SECRETS == 'true' && !cancelled() && inputs.reason == 'buildpulse' && github.repository == 'prisma/orm' uses: buildpulse/buildpulse-action@d0d30f53585cf16b2e01811a5a753fd47968654a # v0.11.0 with: account: 17219288 @@ -1051,7 +1051,7 @@ jobs: - name: Upload test results to BuildPulse for flaky test detection # Only run this step for branches where we have access to secrets. # Run this step even when the tests fail. Skip if the workflow is cancelled. - if: env.HAS_BUILDPULSE_SECRETS == 'true' && !cancelled() && inputs.reason =='buildpulse' && github.repository == 'prisma/prisma' + if: env.HAS_BUILDPULSE_SECRETS == 'true' && !cancelled() && inputs.reason =='buildpulse' && github.repository == 'prisma/orm' uses: buildpulse/buildpulse-action@d0d30f53585cf16b2e01811a5a753fd47968654a # v0.11.0 with: account: 17219288 @@ -1272,7 +1272,7 @@ jobs: - name: Upload test results to BuildPulse for flaky test detection # Only run this step for branches where we have access to secrets. # Run this step even when the tests fail. Skip if the workflow is cancelled. - if: env.HAS_BUILDPULSE_SECRETS == 'true' && !cancelled() && inputs.reason == 'buildpulse' && github.repository == 'prisma/prisma' + if: env.HAS_BUILDPULSE_SECRETS == 'true' && !cancelled() && inputs.reason == 'buildpulse' && github.repository == 'prisma/orm' uses: buildpulse/buildpulse-action@d0d30f53585cf16b2e01811a5a753fd47968654a # v0.11.0 with: account: 17219288 diff --git a/.github/workflows/v7-update-engines-version.yml b/.github/workflows/v7-update-engines-version.yml index b4e33e7c9f74..807b0e81b81b 100644 --- a/.github/workflows/v7-update-engines-version.yml +++ b/.github/workflows/v7-update-engines-version.yml @@ -154,7 +154,7 @@ jobs: number: ${{ steps.cpr.outputs.pull-request-number }} # - # Integration Engine PR for end to end testing (From prisma/prisma-engines to prisma/prisma and finally npm) + # Integration Engine PR for end to end testing (From prisma/prisma-engines to prisma/orm and finally npm) # This will create a draft PR as we don't want to merge it # But we want to publish it to npm # For that we can create an `integration/` branch