Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cube-doctor
Commits
ceda488e22be
Commit
21ca1695
authored
Sep 16, 2021
by
Laurent Peuch
Browse files
feat(set_cubes_cw_max_version): add custom MR description
parent
818ef2394483
Pipeline
#82825
failed with stage
in 26 seconds
Changes
1
Pipelines
23
Hide whitespace changes
Inline
Side-by-side
cube_doctor/transforms/set_cubes_cw_max_version.py
View file @
ceda488e
...
...
@@ -27,6 +27,13 @@ class SetCubeCubicWebMaxVersion(Command):
AUTO_MR_AUTO_MERGE
=
True
TARGETS
=
(
"cubes"
,)
merge_request_description
=
(
"Hello dear contributors,
\n\n
This is an auto generated MR to set a higher born for the "
"cubicweb dependency and automatically increase it on release if the test pass. You can "
"find more information here: "
"https://forge.extranet.logilab.fr/cubicweb/cubicweb/-/issues/387"
"
\n\n
Kind regards,"
)
base_query
=
"?project lgg:has_py3_tests true ."
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment