Skip to content

Commit 124f8a3

Browse files
openshift-pipelines-botsavitaashture
openshift-pipelines-bot
authored andcommitted
[bot:main] update konflux configuration
1 parent 1613180 commit 124f8a3

File tree

3 files changed

+54
-2
lines changed

3 files changed

+54
-2
lines changed

.github/workflows/update-sources.1.18.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
rm -fR upstream
2626
git clone https://github.com/tektoncd/hub upstream
2727
pushd upstream
28-
git checkout -B main origin/main
28+
git checkout -B release-v1.20.0 origin/release-v1.20.0
2929
popd
3030
3131

.github/workflows/update-sources.next.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
rm -fR upstream
2626
git clone https://github.com/tektoncd/hub upstream
2727
pushd upstream
28-
git checkout -B release-v1.19.2 origin/release-v1.19.2
28+
git checkout -B release-v1.20.0 origin/release-v1.20.0
2929
popd
3030
3131

.tekton/prow.yaml

+52
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
# Generated by openshift-pipelines/hack. DO NOT EDIT.
2+
apiVersion: tekton.dev/v1
3+
kind: PipelineRun
4+
metadata:
5+
name: prow-commands
6+
annotations:
7+
pipelinesascode.tekton.dev/pipeline: "https://raw.githubusercontent.com/openshift-pipelines/pipelines-as-code-prow/refs/heads/main/pipeline-prow.yaml"
8+
pipelinesascode.tekton.dev/on-comment: "^/(help|merge|lgtm|(assign|unassign|label|unlabel)[ ].*)$"
9+
pipelinesascode.tekton.dev/max-keep-runs: "2"
10+
spec:
11+
params:
12+
- name: trigger_comment
13+
value: |
14+
'{{trigger_comment}}'
15+
- name: repo_owner
16+
value: '{{ repo_owner }}'
17+
- name: repo_name
18+
value: '{{ repo_name }}'
19+
- name: pull_request_number
20+
value: '{{ pull_request_number }}'
21+
- name: pull_request_sender
22+
value: '{{ body.issue.user.login }}'
23+
- name: git_auth_secret
24+
value: '{{ git_auth_secret }}'
25+
- name: comment_sender
26+
value: '{{ sender }}'
27+
#
28+
# Optional parameters (value is the default):
29+
#
30+
# The key in git_auth_secret that contains the token (default: git-provider-token)
31+
# - name: git_auth_secret_key
32+
# value: git-provider-token
33+
#
34+
# The /lgtm threshold needed of approvers for a PR to be approved (default: 1)
35+
# - name: lgtm_threshold
36+
# value: "1"
37+
#
38+
# The permissionms the user need to trigger a lgtm
39+
# - name: lgtm_permissions
40+
# value: "admin,write"
41+
#
42+
# The review event when lgtm is triggered, can be APPROVE,
43+
# REQUEST_CHANGES, or COMMENT if setting to empty string it will be set as
44+
# PENDING
45+
# - name: lgtm_review_event
46+
# value: "APPROVE"
47+
#
48+
# The merge method to use. Can be one of: merge, squash, rebase
49+
# - name: merge_method
50+
# value: "rebase"
51+
pipelineRef:
52+
name: prow-commands

0 commit comments

Comments
 (0)