Skip to content

Conversation

@aaronsteers
Copy link
Collaborator

What

This PR updates all references from the master branch to main throughout the repository in preparation for switching the default branch. This was requested by AJ Steers (@aaronsteers) in this Slack thread.

Link to Devin run: https://app.devin.ai/sessions/4b11a255e08a4cac95e63a8f4a8c3c3a

How

Used sed with word boundary regex (\bmaster\b) to replace all occurrences of "master" with "main" across:

  • GitHub Actions workflows (17 files)
  • Documentation files (README.md and docs/)
  • Python scripts in airbyte-ci
  • CDK YAML schemas and shell scripts
  • Build scripts and Makefiles

Total: 125 files changed, 252 insertions(+), 252 deletions(-)

Review guide

Critical items to verify:

  1. External repository links - Check that links to other GitHub repos (especially airbytehq/airbyte-protocol) that were changed from master to main are valid. If those repos haven't switched branches yet, these links will break.

  2. Workflow triggers - Verify the GitHub Actions workflow changes in .github/workflows/:

    • publish_connectors.yml (lines 6, 59-65) - now triggers on main instead of master
    • format_check.yml (lines 9, 39, 50) - checks for refs/heads/main
    • internal-airbyte-ci-release.yml (lines 74, 91, 104, 114) - conditional logic based on main branch
  3. Git operations - Scripts that fetch or diff against the branch:

    • poe-tasks/get-modified-connectors.sh (line 9)
    • tools/bin/cdk-auto-release/update-bulk-cdk-version-in-connectors.sh (lines 6-29)
    • tools/bin/cdk-auto-release/update-changelog.sh (lines 221-237)
  4. Coordination timing - This PR assumes the default branch will be renamed to main. It needs to be merged in close coordination with the actual GitHub branch rename operation.

User Impact

This change prepares the codebase for switching the default branch from master to main. Once merged and the branch is renamed:

  • All CI/CD workflows will run on the main branch
  • Documentation links will point to main
  • Git operations will reference main

Potential negative side effects:

  • Brief window where CI might not work correctly if this is merged before/after the branch rename without proper coordination
  • External links to this repo using master will need updating by external parties

Can this PR be safely reverted and rolled back?

  • YES 💚

This is a mechanical find/replace change that can be safely reverted if needed. However, reverting would need to be coordinated with reverting the GitHub branch rename.

- Update all GitHub Actions workflows to reference 'main' instead of 'master'
- Update documentation files to reference 'main' branch
- Update Python scripts and configuration files in airbyte-ci
- Update CDK files and shell scripts
- Update Makefiles and other build configuration files

This change prepares the repository for switching the default branch from 'master' to 'main'.

Co-Authored-By: AJ Steers <[email protected]>
@devin-ai-integration
Copy link
Contributor

Original prompt from AJ Steers
Received message in Slack channel #proj-no-more-master-branches:

@Devin - Make a PR to switch the default branch on `airbytehq/airbyte` from `master` to `main`.
Thread URL: https://airbytehq-team.slack.com/archives/C09MWUUR95H/p1761183004575549?thread_ts=1761183004.575549

@devin-ai-integration
Copy link
Contributor

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

@github-actions
Copy link
Contributor

👋 Greetings, Airbyte Team Member!

Here are some helpful tips and reminders for your convenience.

Helpful Resources

PR Slash Commands

Airbyte Maintainers (that's you!) can execute the following slash commands on your PR:

  • /format-fix - Fixes most formatting issues.
  • /bump-version - Bumps connector versions.
    • You can specify a custom changelog by passing changelog. Example: /bump-version changelog="My cool update"
    • Leaving the changelog arg blank will auto-populate the changelog from the PR title.
  • /run-cat-tests - Runs legacy CAT tests (Connector Acceptance Tests)
  • /build-connector-images - Builds and publishes a pre-release docker image for the modified connector(s).
  • JVM connectors:
    • /update-connector-cdk-version connector=<CONNECTOR_NAME> - Updates the specified connector to the latest CDK version.
      Example: /update-connector-cdk-version connector=destination-bigquery
    • /bump-bulk-cdk-version type=patch changelog='foo' - Bump the Bulk CDK's version. type can be major/minor/patch.
  • Python connectors:
    • /poe connector source-example lock - Run the Poe lock task on the source-example connector, committing the results back to the branch.
    • /poe source example lock - Alias for /poe connector source-example lock.
    • /poe source example use-cdk-branch my/branch - Pin the source-example CDK reference to the branch name specified.
    • /poe source example use-cdk-latest - Update the source-example CDK dependency to the latest available version.

📝 Edit this welcome message.

- The **Start Date** does not apply to the streams below and all data will be synced for these streams: `assignees`, `branches`, `collaborators`, `issue_labels`, `organizations`, `pull_request_commits`, `pull_request_stats`, `repositories`, `tags`, `teams`, `users`

8. **Branch (Optional)** - List of GitHub repository branches to pull commits from, e.g. `airbytehq/airbyte/master`. If no branches are specified for a repository, the default branch will be pulled. (e.g. `airbytehq/airbyte/master airbytehq/airbyte/my-branch`).
8. **Branch (Optional)** - List of GitHub repository branches to pull commits from, e.g. `airbytehq/airbyte/main`. If no branches are specified for a repository, the default branch will be pulled. (e.g. `airbytehq/airbyte/main airbytehq/airbyte/my-branch`).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[markdownlint] reported by reviewdog 🐶
MD029/ol-prefix Ordered list item prefix [Expected: 1; Actual: 8; Style: 1/1/1]

1. **(Optional) Create a Master Encryption Key**
If your environment requires a master key to store credentials securely, create one:
If your environment requires a main key to store credentials securely, create one:
```sql
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[markdownlint-fix] reported by reviewdog 🐶

Suggested change
```sql
```sql

@@ -1,13 +1,13 @@
# Buzzsprout
This page contains the setup guide and reference information for the [Buzzsprout](https://www.buzzsprout.com/) source connector.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[markdownlint-fix] reported by reviewdog 🐶

Suggested change
This page contains the setup guide and reference information for the [Buzzsprout](https://www.buzzsprout.com/) source connector.
This page contains the setup guide and reference information for the [Buzzsprout](https://www.buzzsprout.com/) source connector.

# Buzzsprout
This page contains the setup guide and reference information for the [Buzzsprout](https://www.buzzsprout.com/) source connector.

## Documentation reference:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[markdownlint-fix] reported by reviewdog 🐶

Suggested change
## Documentation reference:
## Documentation reference

Visit `https://github.com/buzzsprout/buzzsprout-api/tree/main/sections` for API documentation

## Authentication setup
`Source-buzzsprout` uses API keys and podcast id for its authentication,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[markdownlint-fix] reported by reviewdog 🐶

Suggested change
`Source-buzzsprout` uses API keys and podcast id for its authentication,
`Source-buzzsprout` uses API keys and podcast id for its authentication,

8. **Branch (Optional)** - List of GitHub repository branches to pull commits from, e.g. `airbytehq/airbyte/master`. If no branches are specified for a repository, the default branch will be pulled. (e.g. `airbytehq/airbyte/master airbytehq/airbyte/my-branch`).
8. **Branch (Optional)** - List of GitHub repository branches to pull commits from, e.g. `airbytehq/airbyte/main`. If no branches are specified for a repository, the default branch will be pulled. (e.g. `airbytehq/airbyte/main airbytehq/airbyte/my-branch`).

### For Airbyte Open Source:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[markdownlint-fix] reported by reviewdog 🐶

Suggested change
### For Airbyte Open Source:
### For Airbyte Open Source

![REST Setup](https://raw.githubusercontent.com/airbytehq/airbyte/refs/heads/master/docs/enterprise-setup/assets/enterprise-connectors/workday-rest.png)
![REST Setup](https://raw.githubusercontent.com/airbytehq/airbyte/refs/heads/main/docs/enterprise-setup/assets/enterprise-connectors/workday-rest.png)


Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[markdownlint-fix] reported by reviewdog 🐶

Suggested change

Comment on lines 224 to 225
##### Default paths and conventions

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[markdownlint-fix] reported by reviewdog 🐶

Suggested change
##### Default paths and conventions
##### Default paths and conventions

- [Regression Tests](https://github.com/airbytehq/airbyte/tree/master/airbyte-ci/connectors/live-tests): Connector-agnostic tests that verify that the behavior of a connector hasn’t changed unexpectedly between connector versions. A sandbox cloud connection is required. Currently only available for API source connectors.
- [Regression Tests](https://github.com/airbytehq/airbyte/tree/main/airbyte-ci/connectors/live-tests): Connector-agnostic tests that verify that the behavior of a connector hasn’t changed unexpectedly between connector versions. A sandbox cloud connection is required. Currently only available for API source connectors.


Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[markdownlint-fix] reported by reviewdog 🐶

Suggested change

- The **Start Date** does not apply to the streams below and all data will be synced for these streams: `assignees`, `branches`, `collaborators`, `issue_labels`, `organizations`, `pull_request_commits`, `pull_request_stats`, `repositories`, `tags`, `teams`, `users`

8. **Branch (Optional)** - List of GitHub repository branches to pull commits from, e.g. `airbytehq/airbyte/master`. If no branches are specified for a repository, the default branch will be pulled. (e.g. `airbytehq/airbyte/master airbytehq/airbyte/my-branch`).
8. **Branch (Optional)** - List of GitHub repository branches to pull commits from, e.g. `airbytehq/airbyte/main`. If no branches are specified for a repository, the default branch will be pulled. (e.g. `airbytehq/airbyte/main airbytehq/airbyte/my-branch`).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [vale] reported by reviewdog 🐶
[Google.Latin] Use 'for example' instead of 'e.g.'.

- The **Start Date** does not apply to the streams below and all data will be synced for these streams: `assignees`, `branches`, `collaborators`, `issue_labels`, `organizations`, `pull_request_commits`, `pull_request_stats`, `repositories`, `tags`, `teams`, `users`

8. **Branch (Optional)** - List of GitHub repository branches to pull commits from, e.g. `airbytehq/airbyte/master`. If no branches are specified for a repository, the default branch will be pulled. (e.g. `airbytehq/airbyte/master airbytehq/airbyte/my-branch`).
8. **Branch (Optional)** - List of GitHub repository branches to pull commits from, e.g. `airbytehq/airbyte/main`. If no branches are specified for a repository, the default branch will be pulled. (e.g. `airbytehq/airbyte/main airbytehq/airbyte/my-branch`).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [vale] reported by reviewdog 🐶
[Google.Will] Avoid using 'will'.

- The **Start Date** does not apply to the streams below and all data will be synced for these streams: `assignees`, `branches`, `collaborators`, `issue_labels`, `organizations`, `pull_request_commits`, `pull_request_stats`, `repositories`, `tags`, `teams`, `users`

8. **Branch (Optional)** - List of GitHub repository branches to pull commits from, e.g. `airbytehq/airbyte/master`. If no branches are specified for a repository, the default branch will be pulled. (e.g. `airbytehq/airbyte/master airbytehq/airbyte/my-branch`).
8. **Branch (Optional)** - List of GitHub repository branches to pull commits from, e.g. `airbytehq/airbyte/main`. If no branches are specified for a repository, the default branch will be pulled. (e.g. `airbytehq/airbyte/main airbytehq/airbyte/my-branch`).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [vale] reported by reviewdog 🐶
[Google.Latin] Use 'for example' instead of 'e.g.'.

| 0.1.18 | 2022-08-01 | [14213](https://github.com/airbytehq/airbyte/pull/14213) | Add support for jsonl format files. |
| 0.1.17 | 2022-07-21 | [14911](https://github.com/airbytehq/airbyte/pull/14911) | "decimal" type added for parquet |
| 0.1.16 | 2022-07-13 | [14669](https://github.com/airbytehq/airbyte/pull/14669) | Fixed bug when extra columns apeared to be non-present in master schema |
| 0.1.16 | 2022-07-13 | [14669](https://github.com/airbytehq/airbyte/pull/14669) | Fixed bug when extra columns apeared to be non-present in main schema |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [vale] reported by reviewdog 🐶
[Vale.Spelling] Did you really mean 'apeared'?

## Prerequisites

No prerequisites, but a dummy api_key is required as it enhances security in future build. Please check the available routes at [SpaceX Routes](https://github.com/r-spacex/SpaceX-API/tree/master/routes).
No prerequisites, but a dummy api_key is required as it enhances security in future build. Please check the available routes at [SpaceX Routes](https://github.com/r-spacex/SpaceX-API/tree/main/routes).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [vale] reported by reviewdog 🐶
[Vale.Spelling] Did you really mean 'api_key'?

## Acknowledgements

We'd like to note that we were initially inspired by Singer.io's [specification](https://github.com/singer-io/getting-started/blob/master/docs/SPEC.md#singer-specification) and would like to acknowledge that some of their design choices helped us bootstrap our project. We've since made a lot of modernizations to our protocol and specification, but don't want to forget the tools that helped us get started.
We'd like to note that we were initially inspired by Singer.io's [specification](https://github.com/singer-io/getting-started/blob/main/docs/SPEC.md#singer-specification) and would like to acknowledge that some of their design choices helped us bootstrap our project. We've since made a lot of modernizations to our protocol and specification, but don't want to forget the tools that helped us get started.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [vale] reported by reviewdog 🐶
[Google.We] Try to avoid using first-person plural like 'us'.

## Acknowledgements

We'd like to note that we were initially inspired by Singer.io's [specification](https://github.com/singer-io/getting-started/blob/master/docs/SPEC.md#singer-specification) and would like to acknowledge that some of their design choices helped us bootstrap our project. We've since made a lot of modernizations to our protocol and specification, but don't want to forget the tools that helped us get started.
We'd like to note that we were initially inspired by Singer.io's [specification](https://github.com/singer-io/getting-started/blob/main/docs/SPEC.md#singer-specification) and would like to acknowledge that some of their design choices helped us bootstrap our project. We've since made a lot of modernizations to our protocol and specification, but don't want to forget the tools that helped us get started.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [vale] reported by reviewdog 🐶
[Google.We] Try to avoid using first-person plural like 'our'.

## Acknowledgements

We'd like to note that we were initially inspired by Singer.io's [specification](https://github.com/singer-io/getting-started/blob/master/docs/SPEC.md#singer-specification) and would like to acknowledge that some of their design choices helped us bootstrap our project. We've since made a lot of modernizations to our protocol and specification, but don't want to forget the tools that helped us get started.
We'd like to note that we were initially inspired by Singer.io's [specification](https://github.com/singer-io/getting-started/blob/main/docs/SPEC.md#singer-specification) and would like to acknowledge that some of their design choices helped us bootstrap our project. We've since made a lot of modernizations to our protocol and specification, but don't want to forget the tools that helped us get started.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [vale] reported by reviewdog 🐶
[Google.We] Try to avoid using first-person plural like 'We'.

## Acknowledgements

We'd like to note that we were initially inspired by Singer.io's [specification](https://github.com/singer-io/getting-started/blob/master/docs/SPEC.md#singer-specification) and would like to acknowledge that some of their design choices helped us bootstrap our project. We've since made a lot of modernizations to our protocol and specification, but don't want to forget the tools that helped us get started.
We'd like to note that we were initially inspired by Singer.io's [specification](https://github.com/singer-io/getting-started/blob/main/docs/SPEC.md#singer-specification) and would like to acknowledge that some of their design choices helped us bootstrap our project. We've since made a lot of modernizations to our protocol and specification, but don't want to forget the tools that helped us get started.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [vale] reported by reviewdog 🐶
[Google.We] Try to avoid using first-person plural like 'our'.

## Acknowledgements

We'd like to note that we were initially inspired by Singer.io's [specification](https://github.com/singer-io/getting-started/blob/master/docs/SPEC.md#singer-specification) and would like to acknowledge that some of their design choices helped us bootstrap our project. We've since made a lot of modernizations to our protocol and specification, but don't want to forget the tools that helped us get started.
We'd like to note that we were initially inspired by Singer.io's [specification](https://github.com/singer-io/getting-started/blob/main/docs/SPEC.md#singer-specification) and would like to acknowledge that some of their design choices helped us bootstrap our project. We've since made a lot of modernizations to our protocol and specification, but don't want to forget the tools that helped us get started.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [vale] reported by reviewdog 🐶
[Google.We] Try to avoid using first-person plural like 'us'.

devin-ai-integration bot and others added 2 commits October 23, 2025 02:03
Breaking changes:
- CIContext.MASTER enum value changed from 'master' to 'main'
- Default --diffed-branch parameter changed from 'master' to 'main'
- GitHub URL references updated to use 'main' branch

This is a major version bump due to the breaking API changes.

Co-Authored-By: AJ Steers <[email protected]>
Document breaking changes in version 6.0.0:
- CIContext.MASTER enum value change
- Default --diffed-branch parameter change
- GitHub URL references updated to main branch

Co-Authored-By: AJ Steers <[email protected]>

## 6.0.0 - 2025-10-23

### Breaking Changes
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[markdownlint] reported by reviewdog 🐶
MD022/blanks-around-headings Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "### Breaking Changes"]

## 6.0.0 - 2025-10-23

### Breaking Changes
- Changed `CIContext.MASTER` enum value from `"master"` to `"main"` to reflect repository default branch rename
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[markdownlint] reported by reviewdog 🐶
MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "- Changed CIContext.MASTER e..."]

- Updated GitHub URL references to use `main` branch instead of `master`
- Updated all comments and error messages referencing `master` branch to use `main`

### Migration Guide
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[markdownlint] reported by reviewdog 🐶
MD022/blanks-around-headings Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "### Migration Guide"]


### Migration Guide
If you have code that depends on the `CIContext.MASTER` enum value or the default `--diffed-branch` parameter:
- Update any code checking for `CIContext.MASTER == "master"` to check for `"main"` instead
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[markdownlint] reported by reviewdog 🐶
MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "- Update any code checking for..."]

- Update any explicit `--diffed-branch=master` arguments to use `--diffed-branch=main`
- Update any GitHub URLs referencing `/master/` to use `/main/`

## 5.5.0 and earlier
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[markdownlint] reported by reviewdog 🐶
MD022/blanks-around-headings Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "## 5.5.0 and earlier"]

## 6.0.0 - 2025-10-23

### Breaking Changes
- Changed `CIContext.MASTER` enum value from `"master"` to `"main"` to reflect repository default branch rename
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[markdownlint-fix] reported by reviewdog 🐶

Suggested change
- Changed `CIContext.MASTER` enum value from `"master"` to `"main"` to reflect repository default branch rename
- Changed `CIContext.MASTER` enum value from `"master"` to `"main"` to reflect repository default branch rename

- Updated all comments and error messages referencing `master` branch to use `main`

### Migration Guide
If you have code that depends on the `CIContext.MASTER` enum value or the default `--diffed-branch` parameter:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[markdownlint-fix] reported by reviewdog 🐶

Suggested change
If you have code that depends on the `CIContext.MASTER` enum value or the default `--diffed-branch` parameter:
If you have code that depends on the `CIContext.MASTER` enum value or the default `--diffed-branch` parameter:


### Migration Guide
If you have code that depends on the `CIContext.MASTER` enum value or the default `--diffed-branch` parameter:
- Update any code checking for `CIContext.MASTER == "master"` to check for `"main"` instead
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[markdownlint-fix] reported by reviewdog 🐶

Suggested change
- Update any code checking for `CIContext.MASTER == "master"` to check for `"main"` instead
- Update any code checking for `CIContext.MASTER == "master"` to check for `"main"` instead

- Update any GitHub URLs referencing `/master/` to use `/main/`

## 5.5.0 and earlier
See git history for previous changes.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[markdownlint-fix] reported by reviewdog 🐶

Suggested change
See git history for previous changes.
See git history for previous changes.

@github-actions
Copy link
Contributor

github-actions bot commented Oct 23, 2025

Deploy preview for airbyte-docs ready!

✅ Preview
https://airbyte-docs-37uwcxvo0-airbyte-growth.vercel.app

Built with commit a0fc07f.
This pull request is being automatically deployed with vercel-action

@aaronsteers aaronsteers requested a review from Copilot October 23, 2025 02:20
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates all branch references from master to main throughout the repository in preparation for switching the default branch. This is a comprehensive find-and-replace operation that touches documentation, GitHub Actions workflows, Python scripts, CDK configuration files, and shell scripts.

Key changes:

  • Updated default branch references in CI/CD workflows and automation scripts
  • Changed branch name references in documentation and code comments
  • Updated external repository links to use main instead of master

Reviewed Changes

Copilot reviewed 125 out of 127 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
GitHub Actions workflows (17 files) Updated branch triggers, conditional logic, and comments to reference main
Documentation files Updated links, examples, and instructions to reference main branch
Python scripts in airbyte-ci Changed default branch parameters, comments, and enum values
CDK YAML schemas Updated schema ID URLs to point to main branch
Shell scripts Changed default branch variables and git operations
Registry fixtures Updated example branch names in connector configurations

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

[tool.poetry]
name = "pipelines"
version = "5.5.0"
version = "6.0.0"
Copy link

Copilot AI Oct 23, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Version bump to 6.0.0 appears unrelated to the branch rename changes described in the PR. If this is a breaking change due to the CIContext.MASTER enum value change, the version bump should be documented separately or the PR description should mention this is part of a larger release.

Suggested change
version = "6.0.0"
version = "5.0.0" # Reverted from 6.0.0; bump to 6.0.0 only if a breaking change is documented

Copilot uses AI. Check for mistakes.
@@ -0,0 +1,18 @@
# Changelog

## 6.0.0 - 2025-10-23
Copy link

Copilot AI Oct 23, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The changelog date '2025-10-23' is in the future. Based on the context that the current date is October 2025 and the knowledge cutoff is January 2025, this appears to be an invalid date. Please use the actual release date or current date.

Suggested change
## 6.0.0 - 2025-10-23
## 6.0.0 - 2025-10-01

Copilot uses AI. Check for mistakes.
| 0.1.1 | 2021-09-22 | [6315](https://github.com/airbytehq/airbyte/pull/6315) | Verify access to all sites when performing connection check |
| 0.1.0 | 2021-09-03 | [5350](https://github.com/airbytehq/airbyte/pull/5350) | Initial Release |
>>>>>>> master
>>>>>>> main
Copy link

Copilot AI Oct 23, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line contains a git merge conflict marker that should be resolved. The '>>>>>>>' marker indicates unresolved merge conflicts in the file.

Suggested change
>>>>>>> main

Copilot uses AI. Check for mistakes.
| 0.1.1 | 2021-09-22 | [6367](https://github.com/airbytehq/airbyte/pull/6367) | Add seller and vendor filters to profiles stream |
| 0.1.0 | 2021-08-13 | [5023](https://github.com/airbytehq/airbyte/pull/5023) | Initial version |
>>>>>>> master
>>>>>>> main
Copy link

Copilot AI Oct 23, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line contains a git merge conflict marker that should be resolved. The '>>>>>>>' marker indicates unresolved merge conflicts in the file.

Suggested change
>>>>>>> main

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants