Commit fc2a557e authored by liaozan's avatar liaozan 🏀

Update ProtectedBranches rule

parent d3d53e48
......@@ -188,9 +188,6 @@ public class MavenUtils {
protectedBranchesApi.unprotectBranch(projectPath, protectedBranch.getName());
}
}
for (String additionalBranch : ADDITIONAL_BRANCHES) {
protectedBranchesApi.protectBranch(projectPath, additionalBranch);
}
}
}
\ No newline at end of file
......@@ -7,7 +7,7 @@
},
"dependencies": {
"vue": "^3.2.47",
"axios": "^1.3.5",
"axios": "^1.3.6",
"ant-design-vue": "^3.2.17",
"highlight.js": "^11.7.0",
"@highlightjs/vue-plugin": "^2.1.0"
......@@ -15,7 +15,7 @@
"devDependencies": {
"@vitejs/plugin-vue": "^4.1.0",
"typescript": "^5.0.4",
"vite": "^4.2.1",
"vite": "^4.2.2",
"vue-tsc": "^1.2.0"
}
}
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment