Blame bot-cfg.yml

ec99273
version: "1"
ec99273
betka:
ec99273
    # is betka enabled for this repository
ec99273
    # optional - defaults to false
ec99273
    enabled: true
ec99273
    # optional
ec99273
    notifications:
ec99273
      email_addresses: [phracek@redhat.com, zsvetlik@redhat.com]
ec99273
    # Specify if master branch in upstream repository is synced
ec99273
    master_checker: true
ec99273
    # Should pull requests be synced?
ec99273
    # optional
ec99273
    pr_checker: false
ec99273
    # Either 'upstream_branch_name' or 'upstream_git_path' has to be specified
ec99273
    # Branch name which is used for sync
ec99273
    upstream_branch_name: master
ec99273
    # Path to directory with dockerfile withing upstream repository
ec99273
    upstream_git_path: "12"
ec99273
    # Github comment message to enforce sync of a pull request
ec99273
    # required if pr_checker is true otherwise optional
ec99273
    pr_comment_message: "[test]"
ec99273
    # optional
ec99273
    image_url: quay.io/rhscl/cwt-generator