Skip to content

Commit

Permalink
Switch base branch from v2-develop to develop (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
MishaKav authored Sep 2, 2024
1 parent 7c9ec6b commit 39eac06
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bump-gitstream-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
git commit -m "bump `@linearb/gitstream-core` to `${{ env.VERSION }}`" -m "${{ inputs.description }}"
git push origin HEAD:${{ env.BRANCH_NAME }}
gh pr create \
--base v2-develop \
--base develop \
--title "Bump \`@linearb/gitstream-core\` to \`${{ env.VERSION }}\`" \
--body-file pr_description.txt \
--head ${{ env.BRANCH_NAME }} \
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Check Transpiled JavaScript
on:
pull_request:
branches:
- v2-develop
- develop
push:
branches:
- v2-develop
- develop

permissions:
contents: read
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Continuous Integration
on:
pull_request:
branches:
- v2-develop
- develop
push:
branches:
- v2-develop
- develop

permissions:
contents: read
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: CodeQL
on:
pull_request:
branches:
- v2-develop
- develop
push:
branches:
- v2-develop
- develop
schedule:
- cron: '0 7 * * 0' # At 07:00 on Sunday

Expand Down

0 comments on commit 39eac06

Please sign in to comment.