diff options
author | Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua> | 2018-07-12 18:34:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-12 18:34:02 +0200 |
commit | 97cc0cce7f53b704f8541530e42d5e515584cd95 (patch) | |
tree | a7dd3cd8c29458a33ae77bf7bc3f2eaf3a1efddb /.cherry_picker.toml | |
parent | Devel ios vrf submode (#41659) (diff) | |
download | ansible-97cc0cce7f53b704f8541530e42d5e515584cd95.tar.xz ansible-97cc0cce7f53b704f8541530e42d5e515584cd95.zip |
🚸 🐍 🍒 ⛏ Integrate cherry picker (#41403)
This enables developers to use cherry-picker for backporting purposes.
This tool originally comes from Core Python Development Workflow.
Ref: https://pypi.org/p/cherry-picker
Ref: https://github.com/python/core-workflow/tree/master/cherry_picker
Also:
* 📝 Add docs about supporting cherry-picker
Diffstat (limited to '.cherry_picker.toml')
-rw-r--r-- | .cherry_picker.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.cherry_picker.toml b/.cherry_picker.toml new file mode 100644 index 0000000000..9a128daedf --- /dev/null +++ b/.cherry_picker.toml @@ -0,0 +1,5 @@ +team = "ansible" +repo = "ansible" +check_sha = "f31421576b00f0b167cdbe61217c31c21a41ac02" # the very first commit in repo +fix_commit_msg = false # Don't replace "#" with "GH-" +default_branch = "devel" |