Skip to content

ci: fix Gitee mirror workflow triggers#5778

Open
njzjz-bot wants to merge 1 commit into
deepmodeling:masterfrom
njzjz-bothub:fix/skip-gitee-mirror-in-merge-queue
Open

ci: fix Gitee mirror workflow triggers#5778
njzjz-bot wants to merge 1 commit into
deepmodeling:masterfrom
njzjz-bothub:fix/skip-gitee-mirror-in-merge-queue

Conversation

@njzjz-bot

@njzjz-bot njzjz-bot commented Jul 12, 2026

Copy link
Copy Markdown
Contributor

Summary

  • run the Docker-based Gitee mirror action on ubuntu-latest, where a Docker daemon is available
  • prevent the mirror workflow from running for GitHub merge-queue gh-readonly-queue/** refs
  • use push as the single trigger, preserving branch and tag mirroring while avoiding duplicate create/delete runs

Validation

  • git diff --check
  • workflow trigger invariants checked locally (all branches/tags included; merge queue excluded)

Authored by OpenClaw (model: custom-chat-jinzhezeng-group/gpt-5.6-terra)

Summary by CodeRabbit

  • Chores
    • Improved repository mirroring reliability by ensuring updates across supported branches are synchronized consistently.
    • Prevented temporary and automation-related references from triggering unnecessary mirror operations.
    • Updated the mirroring environment to support Docker-based actions more reliably.

Authored by OpenClaw (model: custom-chat-jinzhezeng-group/gpt-5.6-terra)
@coderabbitai

coderabbitai Bot commented Jul 12, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: d62c2b89-5cb4-46ef-8708-f6e05d802e0e

📥 Commits

Reviewing files that changed from the base of the PR and between a152b3b and c838a0e.

📒 Files selected for processing (1)
  • .github/workflows/mirror_gitee.yml

📝 Walkthrough

Walkthrough

The Gitee mirroring workflow consolidates push-trigger ref filters and changes the mirror job runner from ubuntu-slim to ubuntu-latest to support Docker actions.

Changes

Gitee mirror workflow

Layer / File(s) Summary
Push trigger filtering
.github/workflows/mirror_gitee.yml
Push events now match all branches and tags while excluding merge-queue and specified automation refs; delete/create stubs are removed.
Docker-capable runner configuration
.github/workflows/mirror_gitee.yml
The mirror job switches to ubuntu-latest and documents its Docker daemon requirement.

Estimated code review effort: 2 (Simple) | ~10 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly matches the main change: adjusting the Gitee mirror workflow triggers.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

@njzjz njzjz requested a review from wanghan-iapcm July 12, 2026 18:08
@codecov

codecov Bot commented Jul 12, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.57%. Comparing base (a152b3b) to head (c838a0e).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5778      +/-   ##
==========================================
- Coverage   79.70%   79.57%   -0.14%     
==========================================
  Files        1020     1020              
  Lines      116360   116358       -2     
  Branches     4305     4303       -2     
==========================================
- Hits        92744    92590     -154     
- Misses      22076    22225     +149     
- Partials     1540     1543       +3     

☔ View full report in Codecov by Harness.
📢 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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.

1 participant