From cde162feffa3e9660b93eb2cfe67a240a850bc49 Mon Sep 17 00:00:00 2001 From: "Petr \"Stone\" Hracek" Date: Fri, 6 Aug 2021 13:45:03 +0200 Subject: [PATCH] Add support for sync upstream into downstream Signed-off-by: Petr "Stone" Hracek --- bot-cfg.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 bot-cfg.yml diff --git a/bot-cfg.yml b/bot-cfg.yml new file mode 100644 index 0000000..c906ff6 --- /dev/null +++ b/bot-cfg.yml @@ -0,0 +1,21 @@ +--- +version: "1" + +# sync upstream to downstream +betka: + # is betka enabled for this repository + # optional - defaults to true + enabled: true + notifications: + email_addresses: ["pkubat@redhat.com", "phracek@redhat.com", "hhorak@redhat.com"] + + # Specify if master branch in upstream repository is synced + master_checker: true + # Should pull requests be synced? + pr_checker: false + # Path to directory with dockerfile withing upstream repository + upstream_git_path: "5.32" + # Github comment message to enforce sync of a pull request + pr_comment_message: "[test]" + # Specify URL to an image used for dist-git source generation. Like + image_url: "quay.io/rhscl/cwt-generator"