From e8ece5550151a69bd45a9942965c12b2fac9bd65 Mon Sep 17 00:00:00 2001 From: Red-GitHubBot <88117545+Red-GitHubBot@users.noreply.github.com> Date: Wed, 8 Sep 2021 20:11:21 +0200 Subject: [PATCH] [3.4] Add cherry_picker configuration (#5168) (#5250) (cherry picked from commit 9d35df20481e7e340bfea11c95d347809c710b5f) Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com> Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com> --- .cherry_picker.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .cherry_picker.toml diff --git a/.cherry_picker.toml b/.cherry_picker.toml new file mode 100644 index 000000000..5763a84a4 --- /dev/null +++ b/.cherry_picker.toml @@ -0,0 +1,5 @@ +team = "Cog-Creators" +repo = "Red-DiscordBot" +check_sha = "6251c585e4ec0a53813a9993ede3ab5309024579" +fix_commit_msg = false +default_branch = "V3/develop"