Skip to content

Comments

chore: update branch references from devel to master#937

Open
njzjz-bot wants to merge 1 commit intodeepmodeling:develfrom
njzjz-bothub:update-devel-to-master
Open

chore: update branch references from devel to master#937
njzjz-bot wants to merge 1 commit intodeepmodeling:develfrom
njzjz-bothub:update-devel-to-master

Conversation

@njzjz-bot
Copy link
Contributor

@njzjz-bot njzjz-bot commented Feb 20, 2026

Summary

This PR updates configuration files to reference master branch instead of devel, in preparation for deprecating the devel branch (as discussed in #933).

Changes

  • .pre-commit-config.yaml: Update ci.autoupdate_branch from devel to master
  • .github/dependabot.yml: Update target-branch from devel to master

Related

Closes #933


OpenClaw glm-5

Summary by CodeRabbit

  • Chores
    • Updated dependency management configuration to target the repository's default branch instead of a specific branch
    • Updated pre-commit configuration to use the repository's default branch for auto-updates

@dosubot dosubot bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Feb 20, 2026
@dosubot
Copy link

dosubot bot commented Feb 20, 2026

Related Documentation

Checked 0 published document(s) in 1 knowledge base(s). No updates required.

How did I do? Any feedback?  Join Discord

Remove autoupdate_branch from pre-commit config and target-branch from
dependabot config, as they default to the repository's default branch.
This allows these tools to automatically use the correct branch when
the default is changed from devel to master.

Closes deepmodeling#933

OpenClaw glm-5
@njzjz-bot njzjz-bot force-pushed the update-devel-to-master branch from 1e92f3a to ebbbed2 Compare February 20, 2026 22:41
@coderabbitai
Copy link

coderabbitai bot commented Feb 20, 2026

No actionable comments were generated in the recent review. 🎉


📝 Walkthrough

Walkthrough

The changes remove explicit references to the devel branch from two configuration files: .github/dependabot.yml (target-branch removed) and .pre-commit-config.yaml (autoupdate_branch removed). These tools will now use the repository's default branch instead.

Changes

Cohort / File(s) Summary
Branch Deprecation Configuration
.github/dependabot.yml, .pre-commit-config.yaml
Removed explicit devel branch references from dependabot target branch and pre-commit auto-update configuration, allowing these tools to default to the repository's default branch.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 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 accurately describes the main objective of the PR, which is to update branch references from 'devel' to 'master' across configuration files.
Linked Issues check ✅ Passed The PR successfully addresses issue #933 by removing hardcoded 'devel' references, allowing tools to default to the repository's primary branch (master).
Out of Scope Changes check ✅ Passed All changes are directly scoped to the issue objective: removing explicit 'devel' branch references from configuration files to enable use of the repository default branch.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

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

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.

@codspeed-hq
Copy link

codspeed-hq bot commented Feb 20, 2026

Merging this PR will not alter performance

⚠️ Unknown Walltime execution environment detected

Using the Walltime instrument on standard Hosted Runners will lead to inconsistent data.

For the most accurate results, we recommend using CodSpeed Macro Runners: bare-metal machines fine-tuned for performance measurement consistency.

✅ 2 untouched benchmarks
⏩ 2 skipped benchmarks1


Comparing njzjz-bothub:update-devel-to-master (ebbbed2) with devel (d6b44e7)

Open in CodSpeed

Footnotes

  1. 2 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

@codecov
Copy link

codecov bot commented Feb 20, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.37%. Comparing base (d6b44e7) to head (ebbbed2).

Additional details and impacted files
@@           Coverage Diff           @@
##            devel     #937   +/-   ##
=======================================
  Coverage   86.37%   86.37%           
=======================================
  Files          86       86           
  Lines        8086     8086           
=======================================
  Hits         6984     6984           
  Misses       1102     1102           

☔ 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.

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

Labels

size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature Request] Deprecate the devel branch

1 participant