fix: correct 'branche' typo to 'branch'/'branches' in repo configs - #802
Conversation
- linglong-pica: branche -> branch (single branch) - linglong-dbus-proxy, linglong-hub, ddm, linglong, treeland, linglong-loader, linglong-box: branche -> branches (multiple branches)
Reviewer's guide (collapsed on small PRs)Reviewer's GuideStandardize repository configuration keys by correcting the typo 'branche' to the correct 'branch'/'branches' across multiple linuxdeepin repo JSON files. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
deepin pr auto review★ 总体评分:100分■ 【总体评价】
■ 【详细分析】
■ 【改进建议代码示例】 --- a/repos/linuxdeepin/linglong-pica.json
+++ b/repos/linuxdeepin/linglong-pica.json
@@ -14,7 +14,7 @@
"dest": "linuxdeepin/linglong-pica/.github/workflows/call-clacheck.yml"
},
{
- "branche": [
+ "branch": [
"master"
],
"src": "workflow-templates/call-commitlint.yml", |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: BLumia, wineee The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Summary by Sourcery
Fix repository configuration typos in linuxdeepin JSON repo definitions.
Bug Fixes:
Chores: