Skip to content

Commit

Permalink
update the configures
Browse files Browse the repository at this point in the history
  • Loading branch information
jianzhangbjz committed Sep 30, 2020
1 parent b244523 commit 7fbfec2
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
39 changes: 20 additions & 19 deletions core-services/prow/02_config/_config.yaml
Expand Up @@ -649,6 +649,26 @@ tide:
'*': https://prow.ci.openshift.org/pr
openshift-priv: https://deck-internal-ci.svc.ci.openshift.org/pr
queries:
- includedBranches:
- release-4.4
- release-4.5
- release-4.6
- release-4.7
- master
labels:
- lgtm
- approved
missingLabels:
- needs-rebase
- do-not-merge/hold
- do-not-merge/work-in-progress
- do-not-merge/invalid-owners-file
- bugzilla/invalid-bug
repos:
- openshift-priv/openshift-tests
- openshift-priv/openshift-tests-private
- openshift/openshift-tests-private
- openshift/openshift-tests
- labels:
- lgtm
- approved
Expand Down Expand Up @@ -712,25 +732,6 @@ tide:
- do-not-merge/hold
- do-not-merge/work-in-progress
- do-not-merge/invalid-owners-file
repos:
- openshift-priv/openshift-tests
- openshift-priv/openshift-tests-private
- openshift/openshift-tests-private
- openshift/openshift-tests
- includedBranches:
- release-4.4
- release-4.5
- release-4.6
- release-4.7
- master
labels:
- lgtm
- approved
missingLabels:
- needs-rebase
- do-not-merge/hold
- do-not-merge/work-in-progress
- do-not-merge/invalid-owners-file
- bugzilla/invalid-bug
repos:
- openshift-priv/ocs-operator
Expand Down
5 changes: 2 additions & 3 deletions core-services/prow/02_config/_plugins.yaml
Expand Up @@ -185,9 +185,6 @@ approve:
repos:
- openshift-priv/openshift-tests
- openshift/openshift-tests
require_self_approval: true
- commandHelpLink: https://go.k8s.io/bot-commands
repos:
- openshift-priv/openshift-tests-private
- openshift/openshift-tests-private
require_self_approval: true
Expand Down Expand Up @@ -8383,6 +8380,7 @@ plugins:
- approve
- assign
- blunderbuss
- bugzilla
- cat
- dog
- golint
Expand All @@ -8407,6 +8405,7 @@ plugins:
- approve
- assign
- blunderbuss
- bugzilla
- cat
- dog
- golint
Expand Down

0 comments on commit 7fbfec2

Please sign in to comment.