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