1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

Disabling automerging of PRs by the openshift-cherrypick-robot

This commit is contained in:
Andrea Hoffer
2022-03-22 11:47:18 -04:00
committed by openshift-cherrypick-robot
parent 023927d94e
commit b60927da0d

View File

@@ -1,7 +1,7 @@
language: python
cache: pip
env:
- PR_AUTHOR=${TRAVIS_PULL_REQUEST_SLUG::-15}
# env:
# - PR_AUTHOR=${TRAVIS_PULL_REQUEST_SLUG::-15}
jobs:
include:
@@ -34,10 +34,11 @@ jobs:
- pip3 install aura.tar.gz
script:
- python3 build.py --distro openshift-rosa --product "Red Hat OpenShift Service on AWS" --version 4 --no-upstream-fetch && python3 makeBuild.py
- stage: automerge
if: env(PR_AUTHOR)=openshift-cherrypick-robot
script: bash ./automerge.sh
# Commenting out to disable auto-merging of PRs
# - stage: automerge
# if: env(PR_AUTHOR)=openshift-cherrypick-robot
# script: bash ./automerge.sh
stages:
- build
- automerge
# - automerge