Skip to content

Commit 7a6b782

Browse files
openshift-pipelines-botopenshift-pipelines-bot
authored andcommitted
[bot:release-v1.23.x] update konflux configuration
Generated by workflow [Generate konflux configurations](https://github.com/openshift-pipelines/hack/actions/runs/25729005448) Triggered by pramodbindal
1 parent 1b96bf8 commit 7a6b782

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/update-sources.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
- .github/workflows/update-sources.yaml
1010
jobs:
1111
update-sources:
12+
# This line prevents the job from running if CodeFreeze is true
13+
if: true
1214
runs-on: ubuntu-latest
1315
permissions:
1416
contents: write
@@ -54,7 +56,7 @@ jobs:
5456
fi
5557
5658
git commit -F- <<EOF
57-
[bot] Update release-v1.23.x from tektoncd-catalog/git-clone to ${NEW_COMMIT}
59+
[bot] Update release-v1.23.x from tektoncd-catalog/git-clone:main to ${NEW_COMMIT}
5860
5961
$ git diff --stat ${NEW_COMMIT}..${OLD_COMMIT}
6062
$(cat /tmp/diff.txt | sed 's/^/ /' | head -c 55555)
@@ -69,7 +71,7 @@ jobs:
6971
gh pr create -B release-v1.23.x -H actions/update/sources-release-v1.23.x --label=automated --label=upstream --fill
7072
else
7173
echo "a PR already exists, editing..."
72-
gh pr edit --title "[bot] Update release-v1.23.x from tektoncd-catalog/git-clone to ${NEW_COMMIT}" --body "$(cat /tmp/diff.txt | sed 's/^/ /' | head -c 55555)"
74+
gh pr edit --title "[bot] Update release-v1.23.x from tektoncd-catalog/git-clone:main to ${NEW_COMMIT}" --body "$(cat /tmp/diff.txt | sed 's/^/ /' | head -c 55555)"
7375
fi
7476
env:
7577
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)