Skip to content

Commit

Permalink
Update references to main with canary in CI and changesets (#1857)
Browse files Browse the repository at this point in the history
* Update references to `main` with `canary` in CI

* Change baseBranch to canary for changesets
  • Loading branch information
bookernath authored and chanceaclark committed Feb 5, 2025
1 parent 7bde15e commit 81895ef
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"version": true,
"tag": true
},
"baseBranch": "main",
"baseBranch": "canary",
"updateInternalDependencies": "patch",
"ignore": []
}
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
blank_issues_enabled: false
contact_links:
- name: Have questions?
url: https://github.com/bigcommerce/catalyst/blob/main/README.md
url: https://github.com/bigcommerce/catalyst/blob/canary/README.md
about: Explore the Catalyst Docs.
- name: Need help with Catalyst?
url: https://github.com/bigcommerce/catalyst/discussions/new?category=q-a
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Basic

on:
push:
branches: [main]
branches: [canary]
pull_request:
types: [opened, synchronize]
merge_group:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/changesets-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Changesets Release
on:
push:
branches:
- main
- canary

concurrency: ${{ github.workflow }}-${{ github.ref }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/translations-changeset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
types:
- opened
branches:
- main
- canary

jobs:
create-translations-patch:
Expand Down

0 comments on commit 81895ef

Please sign in to comment.