Update organization name (#1484)
This commit is contained in:
parent
37b99a7b5a
commit
51be4c79c0
5 changed files with 8 additions and 8 deletions
2
.github/CODEOWNERS
vendored
2
.github/CODEOWNERS
vendored
|
@ -1,2 +1,2 @@
|
|||
# Restrict Test Environment Deployment Workflows to be Approved by Cloud Team
|
||||
.github/workflows/test-env* @mirumee/saleor-cloud
|
||||
.github/workflows/test-env* @saleor/cloud
|
2
.github/workflows/e2e.yml
vendored
2
.github/workflows/e2e.yml
vendored
|
@ -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
|
||||
|
|
2
.github/workflows/test-env-deploy.yml
vendored
2
.github/workflows/test-env-deploy.yml
vendored
|
@ -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
|
||||
|
|
|
@ -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]
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||

|
||||
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue