Skip to content

ci: run Build and Test + CodeQL on release/3.x branch - #1050

Merged
utkrishtsahu merged 1 commit into
release/3.xfrom
ci/enable-ci-release-3x
Aug 12, 2026
Merged

ci: run Build and Test + CodeQL on release/3.x branch#1050
utkrishtsahu merged 1 commit into
release/3.xfrom
ci/enable-ci-release-3x

Conversation

@utkrishtsahu

Copy link
Copy Markdown
Contributor

Changes

Enables CI on the new release/3.x maintenance branch. The existing workflows only triggered on main, so PRs targeting release/3.x ran no checks.

  • .github/workflows/test.yml — add release/3.x to the pull_request and push branch filters (Build and Test / unit tests + lint).
  • .github/workflows/codeql.yml — add release/3.x to the push branch filter (CodeQL scan).

No code, endpoints, classes, methods, or public API changes — CI configuration only.

Testing

This is a CI configuration change only — no application code, so there is no unit/integration test to add. It is validated by the CI system itself: once this merges into release/3.x, subsequent PRs targeting release/3.x will run the "Build and Test" (unit tests + lint) and CodeQL checks.

Note: the checks may not appear on this PR. For pull_request events GitHub reads the workflow definition from the base branch (release/3.x), which does not yet contain these triggers — so they take effect only after merge. This is expected, not a failure.

  • This change adds unit test coverage
  • This change adds integration test coverage
  • This change has been tested on the latest version of the platform/language or why not

Checklist

@utkrishtsahu
utkrishtsahu requested a review from a team as a code owner August 12, 2026 12:41
@coderabbitai

coderabbitai Bot commented Aug 12, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 8837f26b-b48f-4980-a6a7-577f5056a8f1

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

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

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

@utkrishtsahu
utkrishtsahu merged commit d720911 into release/3.x Aug 12, 2026
7 checks passed
@utkrishtsahu
utkrishtsahu deleted the ci/enable-ci-release-3x branch August 12, 2026 13:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants