Skip to content

Commit 8134d63

Browse files
committed
2.x.x is the base branch
1 parent 425c0cc commit 8134d63

File tree

7 files changed

+4
-101
lines changed

7 files changed

+4
-101
lines changed

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"commit": false,
88
"linked": [],
99
"access": "public",
10-
"baseBranch": "master",
10+
"baseBranch": "2.x.x",
1111
"updateInternalDependencies": "patch",
1212
"ignore": [
1313
"apollo-subscriptions",

.github/workflows/codeql-analysis.yml

Lines changed: 0 additions & 37 deletions
This file was deleted.

.github/workflows/github.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: pr
22
on:
33
pull_request:
44
branches:
5-
- master
5+
- 2.x.x
66

77
jobs:
88
release:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: release
22
on:
33
push:
44
branches:
5-
- master
5+
- 2.x.x
66

77
jobs:
88
stable:

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Tests
33
on:
44
push:
55
branches:
6-
- master
6+
- 2.x.x
77
pull_request: {}
88

99
jobs:

.github/workflows/website.yml

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)