Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Petr "Stone" Hracek
cde162feff Add support for sync upstream into downstream
Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
2021-08-06 13:45:03 +02:00

21
bot-cfg.yml Normal file
View file

@ -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"