Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2025

Bumps the minor-and-patch group with 2 updates: bcgov/action-pr-description-add and reviewdog/action-actionlint.

Updates bcgov/action-pr-description-add from 2.0.0 to 2.0.1

Release notes

Sourced from bcgov/action-pr-description-add's releases.

v2.0.1

What's Changed

Full Changelog: bcgov/action-pr-description-add@v2.0.0...v2.0.1

Commits
  • d79a5c3 Rebuild dist/ directory
  • ca850e9 fix: handle semver outputs, skip non-releases (#349)
  • 790c8d7 fix: add skipInvalidTags to semver-action configuration (#348)
  • 3dfb3d2 chore(deps): update actions/checkout action to v6 (#347)
  • 2b4a36d chore(ci): stop auto releasing (#346)
  • c9875f6 fix: release notes version comparison (#344)
  • e56aa30 chore(deps): update actions/checkout action to v6 (#345)
  • ad24e9e chore(deps): lock file maintenance (#342)
  • f29f932 fix: add es2022 lib and skipLibCheck to tsconfig (#343)
  • 1fccdcb fix: add error handling for PR update operation (#341)
  • Additional commits viewable in compare view

Updates reviewdog/action-actionlint from 1.68.0 to 1.69.1

Release notes

Sourced from reviewdog/action-actionlint's releases.

Release v1.69.1

v1.69.1: PR #185 - feat: update action.yml

Release v1.69.0

v1.69.0: PR #183 - chore(deps): update actionlint to 1.7.9

Commits
  • 83e4ed2 bump v1.69.1
  • 651f708 Merge branch 'main' into releases/v1
  • 44b7d68 Merge pull request #185 from vvanouytsel/patch-1
  • 89ed127 feat: update action.yml
  • 437bbe9 bump v1.69.0
  • 54e9dc8 Merge branch 'main' into releases/v1
  • 1e0347f Merge pull request #183 from reviewdog/depup/actionlint
  • 63e99e6 Merge pull request #182 from reviewdog/renovate/actions-checkout-6.x
  • 9947a32 Merge pull request #179 from reviewdog/renovate/shogo82148-actions-create-rel...
  • 86dee71 Merge pull request #184 from reviewdog/renovate/peter-evans-create-pull-reque...
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the minor-and-patch group with 2 updates: [bcgov/action-pr-description-add](https://github.com/bcgov/action-pr-description-add) and [reviewdog/action-actionlint](https://github.com/reviewdog/action-actionlint).


Updates `bcgov/action-pr-description-add` from 2.0.0 to 2.0.1
- [Release notes](https://github.com/bcgov/action-pr-description-add/releases)
- [Commits](bcgov/action-pr-description-add@v2.0.0...v2.0.1)

Updates `reviewdog/action-actionlint` from 1.68.0 to 1.69.1
- [Release notes](https://github.com/reviewdog/action-actionlint/releases)
- [Commits](reviewdog/action-actionlint@v1.68.0...v1.69.1)

---
updated-dependencies:
- dependency-name: bcgov/action-pr-description-add
  dependency-version: 2.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: reviewdog/action-actionlint
  dependency-version: 1.69.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the ci label Dec 1, 2025
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Dec 1, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions
Copy link

github-actions bot commented Dec 1, 2025

👋 Welcome to the Airbyte Connector Builder MCP!

Thank you for your contribution! Here are some helpful tips and reminders for your convenience.

Testing This Branch via MCP

To test the changes in this specific branch with an MCP client like Claude Desktop, use the following configuration:

{
  "mcpServers": {
    "connector-builder-mcp-dev": {
      "command": "uvx",
      "args": ["--from", "git+https://github.com/airbytehq/connector-builder-mcp.git@dependabot/github_actions/minor-and-patch-f1b0af3598", "connector-builder-mcp"]
    }
  }
}

Testing This Branch via CLI

You can test this version of the MCP Server using the following CLI snippet:

# Run the CLI from this branch:
uvx 'git+https://github.com/airbytehq/connector-builder-mcp.git@dependabot/github_actions/minor-and-patch-f1b0af3598#egg=airbyte-connector-builder-mcp' --help

PR Slash Commands

Airbyte Maintainers can execute the following slash commands on your PR:

  • /autofix - Fixes most formatting and linting issues
  • /build-connector - Builds the default connector on-demand using the AI builder
  • /build-connector prompt="<your prompt>" - Builds a connector on-demand using the AI builder
  • /poe <command> - Runs any poe command in the uv virtual environment

AI Builder Evaluations

AI builder evaluations run automatically under the following conditions:

  • When a PR is marked as "ready for review"
  • When a PR is reopened

A set of standardized evaluations also run on a schedule (Mon/Wed/Fri at midnight UTC) and can be manually triggered via workflow dispatch.

Helpful Resources

If you have any questions, feel free to ask in the PR comments or join our Slack community.

📝 Edit this welcome message.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant