Skip to content

Commit 50e9a8b

Browse files
openshift-pipelines-botvdemeester
authored andcommitted
[bot:main] update konflux configuration
1 parent 9fb9900 commit 50e9a8b

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed

.tekton/boussole.yaml

Lines changed: 52 additions & 0 deletions
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: boussole
6+
annotations:
7+
pipelinesascode.tekton.dev/pipeline: "https://raw.githubusercontent.com/openshift-pipelines/pac-boussole/refs/heads/main/pipeline-boussole.yaml"
8+
pipelinesascode.tekton.dev/on-comment: "^/(help|rebase|merge|lgtm|(cherry-pick|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: boussole

0 commit comments

Comments
 (0)