diff --git a/.github/workflows/new-pull-request.yaml b/.github/workflows/new-pull-request.yaml index c1909670..0e3c479d 100644 --- a/.github/workflows/new-pull-request.yaml +++ b/.github/workflows/new-pull-request.yaml @@ -97,11 +97,12 @@ jobs: fi # Move updated files over - for item in $files; do - git checkout pr -- $item - git add $item - echo $item - done +# for item in $files; do +# git checkout pr -- $item +# git add $item +# echo $item +# done + git merge --squash pr git commit -m "Adding new and changed files for ${namespace}_PR_${{ github.event.pull_request.number }}" git push