Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SDK-4055: Add page how to set the default branch #2091

Merged
merged 16 commits into from
Aug 14, 2023
Merged
Show file tree
Hide file tree
Changes from 9 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions _data/sidebars/scu_dev_sidebar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ entries:
url: /docs/scu/dev/onboard-to-spryker-code-upgrader/connect-spryker-ci-to-a-azure-managed-project.html
- title: Connect the Spryker CI to a GitLab managed project
url: /docs/scu/dev/onboard-to-spryker-code-upgrader/connect-spryker-ci-to-a-gitlab-managed-project.html
- title: Select target branch for PRs
url: /docs/scu/dev/select-target-branch-for-prs.html
- title: Invite users to Spryker CI
url: /docs/scu/dev/invite-users-to-spryker-ci.html
- title: Run the SCU
Expand Down
27 changes: 27 additions & 0 deletions docs/scu/dev/select-target-branch-for-prs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
title: Select target branch for PRs
description: Instructions how to select a target branch on Spryker CI
VadymSachenko marked this conversation as resolved.
Show resolved Hide resolved
template: howto-guide-template
DmytroKlymanSpryker marked this conversation as resolved.
Show resolved Hide resolved
last_updated: Aug 14, 2023
redirect_from:
- /docs/paas-plus/dev/select-target-branch-for-prs.html
---

After connection of the repository to Spryker CI, you can change a target branch for pull requests (PRs). The target branch is the branch to which the changes from the Spryker Code Upgrader PR will be merged.

To select a target branch, do the following:

1. In Spryker CI, go to **Code**.
2. On the **Code** page, click **Branches**.

![Spryker CI Code - Branches](https://spryker.s3.eu-central-1.amazonaws.com/docs/paas%2B/dev/select-target-branch-for-prs.md/branches-tab.png)

3. Near the branch name that you want to use as a target, click the vertical ellipsis button.
VadymSachenko marked this conversation as resolved.
Show resolved Hide resolved
4. Click **Set as default branch** to select the branch as a target.

![Spryker CI Code - Target branch selection](https://spryker.s3.eu-central-1.amazonaws.com/docs/paas%2B/dev/select-target-branch-for-prs.md/set-as-default-branch.png)

## Support for Spryker CI

* For help with Spryker CI, [contact support](https://spryker.force.com/support/s/).
* To learn more about Buddy, see their [docs](https://buddy.works/docs).