From ab558555c436f19fc386a602a590ebdafdfcde10 Mon Sep 17 00:00:00 2001 From: rjshrjndrn Date: Thu, 29 May 2025 11:08:35 +0200 Subject: [PATCH] tmp: remove Signed-off-by: rjshrjndrn --- .github/workflows/patch-build.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/patch-build.yaml b/.github/workflows/patch-build.yaml index 96ac90e69..a4644c0ff 100644 --- a/.github/workflows/patch-build.yaml +++ b/.github/workflows/patch-build.yaml @@ -147,16 +147,16 @@ jobs: git push --set-upstream origin $BRANCH_NAME done - - name: Create Pull Request - uses: repo-sync/pull-request@v2 - with: - github_token: ${{ secrets.ACTIONS_COMMMIT_TOKEN }} - source_branch: ${{ env.BRANCH_NAME }} - destination_branch: "main" - pr_title: "Updated patch build from main ${{ env.HEAD_COMMIT_ID }}" - pr_body: | - This PR updates the Helm chart version after building the patch from $HEAD_COMMIT_ID. - Once this PR is merged, tag update job will run automatically. + # - name: Create Pull Request + # uses: repo-sync/pull-request@v2 + # with: + # github_token: ${{ secrets.ACTIONS_COMMMIT_TOKEN }} + # source_branch: ${{ env.BRANCH_NAME }} + # destination_branch: "main" + # pr_title: "Updated patch build from main ${{ env.HEAD_COMMIT_ID }}" + # pr_body: | + # This PR updates the Helm chart version after building the patch from $HEAD_COMMIT_ID. + # Once this PR is merged, tag update job will run automatically. # - name: Debug Job # if: ${{ failure() }}