Skip to content

Commit bf4fd48

Browse files
openshift-pipelines-botpramodbindal
authored andcommitted
[bot:release-v1.22.x] update konflux configuration
1 parent ffe2cd4 commit bf4fd48

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/auto-merge-upstream.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ jobs:
1212
steps:
1313
- name: Checkout the current repo
1414
uses: actions/checkout@v5
15-
- id: list-prs
15+
- name: List PRs
16+
id: list-prs
1617
run: |
1718
echo "Listing PRs"
1819
gh auth status
@@ -30,7 +31,7 @@ jobs:
3031
env:
3132
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3233

33-
- id: add LGTM Label
34+
- name: add LGTM Label
3435
run: |
3536
# Approve and merge pull-request with no reviews
3637
for p in $pr_list; do
@@ -40,7 +41,7 @@ jobs:
4041
env:
4142
pr_list: ${{ steps.list-prs.outputs.pr_list }}
4243
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
43-
- id: Merging PRs
44+
- name: Merging PRs
4445
run: |
4546
# Approve and merge pull-request with no reviews
4647
for p in $pr_list; do

.github/workflows/update-sources.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
workflow_dispatch: {}
55

66
jobs:
7-
87
update-sources:
98
runs-on: ubuntu-latest
109
permissions:

.tekton/tektoncd-git-clone-1-22-git-init-pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ kind: PipelineRun
44
metadata:
55
annotations:
66
pipelinesascode.tekton.dev/cancel-in-progress: "true" # Cancel in-progress pipelines
7-
pipelinesascode.tekton.dev/pipeline: "https://raw.githubusercontent.com/openshift-pipelines/operator/refs/heads/main/.tekton/docker-build-ta.yaml"
7+
pipelinesascode.tekton.dev/pipeline: "https://raw.githubusercontent.com/openshift-pipelines/operator/refs/heads/next/.tekton/docker-build-ta.yaml"
88
build.appstudio.openshift.io/repo: https://github.com/openshift-pipelines/tektoncd-git-clone.git?rev={{revision}}
99
build.appstudio.redhat.com/commit_sha: '{{revision}}'
1010
build.appstudio.redhat.com/pull_request_number: '{{pull_request_number}}'

.tekton/tektoncd-git-clone-1-22-git-init-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ kind: PipelineRun
44
metadata:
55
annotations:
66
pipelinesascode.tekton.dev/cancel-in-progress: "true" # Cancel in-progress pipelines
7-
pipelinesascode.tekton.dev/pipeline: "https://raw.githubusercontent.com/openshift-pipelines/operator/refs/heads/main/.tekton/docker-build-ta.yaml"
7+
pipelinesascode.tekton.dev/pipeline: "https://raw.githubusercontent.com/openshift-pipelines/operator/refs/heads/next/.tekton/docker-build-ta.yaml"
88
build.appstudio.openshift.io/repo: https://github.com/openshift-pipelines/tektoncd-git-clone.git?rev={{revision}}
99
build.appstudio.redhat.com/commit_sha: '{{revision}}'
1010
build.appstudio.redhat.com/target_branch: '{{target_branch}}'

0 commit comments

Comments
 (0)