Update organization name (#1484)

This commit is contained in:
Jakub Majorek 2021-10-11 08:53:22 +02:00 committed by GitHub
parent 37b99a7b5a
commit 51be4c79c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 8 deletions

2
.github/CODEOWNERS vendored
View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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]

View file

@ -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