From 51be4c79c09876a445753a22913bdf4b0f057671 Mon Sep 17 00:00:00 2001 From: Jakub Majorek Date: Mon, 11 Oct 2021 08:53:22 +0200 Subject: [PATCH] Update organization name (#1484) --- .github/CODEOWNERS | 2 +- .github/workflows/e2e.yml | 2 +- .github/workflows/test-env-deploy.yml | 2 +- CHANGELOG.md | 2 +- README.md | 8 ++++---- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index b9efc0d80..dc4bed141 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,2 +1,2 @@ # Restrict Test Environment Deployment Workflows to be Approved by Cloud Team -.github/workflows/test-env* @mirumee/saleor-cloud \ No newline at end of file +.github/workflows/test-env* @saleor/cloud \ No newline at end of file diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index ef4372cb8..d3928612e 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -7,7 +7,7 @@ on: jobs: cypress-run: - if: github.event.pull_request.head.repo.full_name == 'mirumee/saleor-dashboard' && (((github.event.action == 'labeled') && (github.event.label.name == 'run e2e')) || ((github.event.action != 'labeled') && contains(github.event.pull_request.labels.*.name, 'run e2e'))) + if: github.event.pull_request.head.repo.full_name == 'saleor/saleor-dashboard' && (((github.event.action == 'labeled') && (github.event.label.name == 'run e2e')) || ((github.event.action != 'labeled') && contains(github.event.pull_request.labels.*.name, 'run e2e'))) runs-on: ubuntu-latest steps: - name: Checkout diff --git a/.github/workflows/test-env-deploy.yml b/.github/workflows/test-env-deploy.yml index 560133ea8..97237dfd0 100644 --- a/.github/workflows/test-env-deploy.yml +++ b/.github/workflows/test-env-deploy.yml @@ -5,7 +5,7 @@ on: [pull_request] jobs: deploy: - if: github.event.pull_request.head.repo.full_name == 'mirumee/saleor-dashboard' + if: github.event.pull_request.head.repo.full_name == 'saleor/saleor-dashboard' runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 diff --git a/CHANGELOG.md b/CHANGELOG.md index acabe1748..7ba020dec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -All notable, unreleased changes to this project will be documented in this file. For the released changes, please visit the [Releases](https://github.com/mirumee/saleor-dashboard/releases) page. +All notable, unreleased changes to this project will be documented in this file. For the released changes, please visit the [Releases](https://github.com/saleor/saleor-dashboard/releases) page. ## [Unreleased] diff --git a/README.md b/README.md index 5c5c85d14..d8107a668 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ![Saleor Dashboard](https://user-images.githubusercontent.com/249912/82305745-5c52fd00-99be-11ea-9ac6-cc04a6f28c91.png) -A GraphQL-powered, single-page dashboard application for [Saleor](https://github.com/mirumee/saleor/). +A GraphQL-powered, single-page dashboard application for [Saleor](https://github.com/saleor/saleor/). ## Demo @@ -19,14 +19,14 @@ These instructions will get you a copy of the project up and running on your loc ### Prerequisites - Node.js v14+ -- A running instance of [Saleor](https://github.com/mirumee/saleor/). +- A running instance of [Saleor](https://github.com/saleor/saleor/). ### Installing Clone the repository: ``` -$ git clone https://github.com/mirumee/saleor-dashboard.git +$ git clone https://github.com/saleor/saleor-dashboard.git ``` Enter the project directory: @@ -43,7 +43,7 @@ To use the official stable release, checkout to a release tag: $ git checkout 2.11.1 ``` -See the list of all releases here: https://github.com/mirumee/saleor-dashboard/releases/ +See the list of all releases here: https://github.com/saleor/saleor-dashboard/releases/ #### Using development version