File tree 2 files changed +12
-0
lines changed
2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change
1
+ team = " ansible"
2
+ repo = " ansible"
3
+ check_sha = " f31421576b00f0b167cdbe61217c31c21a41ac02" # the very first commit in repo
4
+ fix_commit_msg = false # Don't replace "#" with "GH-"
5
+ default_branch = " devel"
Original file line number Diff line number Diff line change @@ -82,6 +82,13 @@ pull request to backport the change to a previous stable branch.
82
82
but it can be helpful, especially when making multiple backport PRs for
83
83
multiple stable branches.
84
84
85
+ .. note ::
86
+
87
+ If you prefer, you can use CPython's cherry-picker tool to backport commits
88
+ from devel to stable branches in Ansible. Take a look at the `cherry-picker
89
+ documentation <https://pypi.org/p/cherry-picker#cherry-picking> `_ for
90
+ details on installing, configuring, and using it.
91
+
85
92
86
93
Ansibullbot
87
94
===========
You canβt perform that action at this time.
0 commit comments