Skip to content

Commit 39eac06

Browse files
authored
Switch base branch from v2-develop to develop (#138)
1 parent 7c9ec6b commit 39eac06

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/bump-gitstream-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
git commit -m "bump `@linearb/gitstream-core` to `${{ env.VERSION }}`" -m "${{ inputs.description }}"
5050
git push origin HEAD:${{ env.BRANCH_NAME }}
5151
gh pr create \
52-
--base v2-develop \
52+
--base develop \
5353
--title "Bump \`@linearb/gitstream-core\` to \`${{ env.VERSION }}\`" \
5454
--body-file pr_description.txt \
5555
--head ${{ env.BRANCH_NAME }} \

.github/workflows/check-dist.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Check Transpiled JavaScript
33
on:
44
pull_request:
55
branches:
6-
- v2-develop
6+
- develop
77
push:
88
branches:
9-
- v2-develop
9+
- develop
1010

1111
permissions:
1212
contents: read

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Continuous Integration
33
on:
44
pull_request:
55
branches:
6-
- v2-develop
6+
- develop
77
push:
88
branches:
9-
- v2-develop
9+
- develop
1010

1111
permissions:
1212
contents: read

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: CodeQL
33
on:
44
pull_request:
55
branches:
6-
- v2-develop
6+
- develop
77
push:
88
branches:
9-
- v2-develop
9+
- develop
1010
schedule:
1111
- cron: '0 7 * * 0' # At 07:00 on Sunday
1212

0 commit comments

Comments
 (0)