diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index f0fff4dea..06425aaee 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -34,7 +34,7 @@ about: Create a report to help us improve **System information** Saleor version: -- [ ] dev (current master) +- [ ] dev (current main) - [ ] 3.0 - [ ] 2.11 - [ ] 2.10 diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 604b8ce84..cad8e0b6a 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -2,10 +2,10 @@ name: "CodeQL" on: push: - branches: [master, ] + branches: [main, ] pull_request: # The branches below must be a subset of the branches above - branches: [master] + branches: [main] schedule: - cron: '0 10 * * 5' diff --git a/.github/workflows/deploy-master-staging.yaml b/.github/workflows/deploy-master-staging.yaml index dd4965a68..14636651f 100644 --- a/.github/workflows/deploy-master-staging.yaml +++ b/.github/workflows/deploy-master-staging.yaml @@ -1,8 +1,8 @@ -name: Deploy Dashboard to master staging +name: Deploy Dashboard to main staging on: push: branches: - - master + - main - ci/staging/** workflow_dispatch: jobs: diff --git a/README.md b/README.md index e8d146df6..5c5c85d14 100644 --- a/README.md +++ b/README.md @@ -47,10 +47,10 @@ See the list of all releases here: https://github.com/mirumee/saleor-dashboard/r #### Using development version -If you want to use the latest development version, checkout to the `master` branch: +If you want to use the latest development version, checkout to the `main` branch: ``` -$ git checkout master +$ git checkout main ``` Install NPM dependencies: