Skip to content

chore(ci): update branch names in workflow triggers#374

Merged
flc1125 merged 1 commit into2.xfrom
rename
Mar 8, 2026
Merged

chore(ci): update branch names in workflow triggers#374
flc1125 merged 1 commit into2.xfrom
rename

Conversation

@flc1125
Copy link
Copy Markdown
Owner

@flc1125 flc1125 commented Mar 8, 2026

Summary by CodeRabbit

  • Chores
    • Updated continuous integration configuration to align with branch naming conventions across analysis, linting, and testing pipelines.

- Changed branch name from 'v2.x' to '2.x' in analysis workflow
- Changed branch name from 'v2.x' to '2.x' in lint workflow
- Changed branch name from 'v2.x' to '2.x' in test workflow
Copilot AI review requested due to automatic review settings March 8, 2026 14:49
@gemini-code-assist
Copy link
Copy Markdown
Contributor

Note

Gemini is unable to generate a summary for this pull request due to the file types involved not being currently supported.

@dosubot dosubot bot added the size:S This PR changes 10-29 lines, ignoring generated files. label Mar 8, 2026
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Mar 8, 2026

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 5084cf62-729f-4caf-94d2-4e6f2a35ee26

📥 Commits

Reviewing files that changed from the base of the PR and between f570b95 and f855b68.

📒 Files selected for processing (3)
  • .github/workflows/analysis.yml
  • .github/workflows/lint.yml
  • .github/workflows/test.yml

📝 Walkthrough

Walkthrough

Three GitHub Actions workflow files have been updated to change branch filter references from v2.x to 2.x in push and pull_request triggers, affecting which branches activate the analysis, lint, and test jobs.

Changes

Cohort / File(s) Summary
GitHub Actions Workflow Branch Updates
.github/workflows/analysis.yml, .github/workflows/lint.yml, .github/workflows/test.yml
Updated branch name filters from v2.x to 2.x in push and pull_request event triggers across all three workflows, changing branch filtering for workflow activation.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐰 The branches dance in GitHub's hall,
From v2.x to 2.x we heed the call,
Three workflows sprint without the 'v',
Configuration clean—as it should be! ✨

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch rename

Tip

Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs).
Share your feedback on Discord.


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 and usage tips.

@flc1125 flc1125 merged commit 3753ea9 into 2.x Mar 8, 2026
11 of 12 checks passed
@flc1125 flc1125 deleted the rename branch March 8, 2026 14:49
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 8, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.27%. Comparing base (f570b95) to head (f855b68).
⚠️ Report is 1 commits behind head on 2.x.

Additional details and impacted files
@@           Coverage Diff           @@
##              2.x     #374   +/-   ##
=======================================
  Coverage   92.27%   92.27%           
=======================================
  Files           1        1           
  Lines         207      207           
=======================================
  Hits          191      191           
  Misses         11       11           
  Partials        5        5           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Copy Markdown
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

Updates GitHub Actions workflow triggers to reflect a branch naming change from v2.x to 2.x, ensuring CI runs on the correct maintenance branch.

Changes:

  • Update push trigger branch filter from v2.x to 2.x in all Go CI workflows
  • Update pull_request trigger branch filter from v2.x to 2.x in all Go CI workflows

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
.github/workflows/test.yml Updates workflow triggers to run tests on 2.x instead of v2.x.
.github/workflows/lint.yml Updates workflow triggers to run lint on 2.x instead of v2.x.
.github/workflows/analysis.yml Updates workflow triggers to run static analysis on 2.x instead of v2.x.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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

Labels

size:S This PR changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants