diff --git a/.github/workflows/auto-format.yaml b/.github/workflows/auto-format.yaml index 843d49d..d128e49 100644 --- a/.github/workflows/auto-format.yaml +++ b/.github/workflows/auto-format.yaml @@ -71,6 +71,7 @@ jobs: if test "$q" = "OPEN"; then gh pr view elif gh pr reopen "${{ env.formatter_branch }}"; then + ; else gh pr create -B "${{ env.base_branch }}" --fill fi