Add support for sync upstream -> downstream
Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
This commit is contained in:
parent
29b22c64ce
commit
91b69a2378
1 changed files with 20 additions and 0 deletions
20
bot-cfg.yml
Normal file
20
bot-cfg.yml
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
---
|
||||
version: "1"
|
||||
|
||||
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: "6"
|
||||
# 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue