diff --git a/.github/workflows/RuboCop-Auto-correct.yml b/.github/workflows/RuboCop-Auto-correct.yml index 84c3aa3..f794977 100644 --- a/.github/workflows/RuboCop-Auto-correct.yml +++ b/.github/workflows/RuboCop-Auto-correct.yml @@ -38,5 +38,5 @@ jobs: title: "Apply RuboCop auto-correct" branch: "rubocop-autocorrect-${{ github.run_number }}" base: "development" - delete-branch: true + delete-branch: false body: "This PR applies RuboCop auto-corrections to the codebase."