Compare commits

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

2 commits

Author SHA1 Message Date
Petr "Stone" Hracek
92c7054c8b This commit adds support for syncing upstream repository to Fedora land
Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
2020-06-03 10:32:47 +02:00
Honza Horak
9e26ed40fe Update verison of the parent image 2020-05-01 08:11:20 +02:00
2 changed files with 24 additions and 1 deletions

View file

@ -1,4 +1,4 @@
FROM registry.fedoraproject.org/f32/s2i-base:latest
FROM registry.fedoraproject.org/f31/s2i-base:latest
# This image provides a Node.JS environment you can use to run your Node.JS
# applications.

23
bot-cfg.yml Normal file
View file

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