Skip to content

Commit 5efe20f

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

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Generated for Konflux Application openshift-pipelines-core by openshift-pipelines/hack. DO NOT EDIT
2-
name: auto-merge-upstream-tektoncd/chains
2+
name: auto-merge-upstream
33

44
on:
55
workflow_dispatch: {}
@@ -10,9 +10,10 @@ jobs:
1010
permissions:
1111
pull-requests: write
1212
steps:
13-
- id: Checkout the current repo
13+
- 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Generated for Konflux Application openshift-pipelines-core by openshift-pipelines/hack. DO NOT EDIT
2-
name: update-sources-tektoncd/chains
2+
name: update-sources
33
on:
44
workflow_dispatch: {}
55

0 commit comments

Comments
 (0)