From 09da6860bbc3ec3aa1d404354ffbbcc6d020699d Mon Sep 17 00:00:00 2001 From: Zach Borboa Date: Thu, 26 Oct 2023 14:04:38 -0700 Subject: [PATCH] Delete pre-commit auto-update branch when pull request is closed --- .github/workflows/pre-commit-auto-update.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pre-commit-auto-update.yml b/.github/workflows/pre-commit-auto-update.yml index 32c8aee..13ff436 100644 --- a/.github/workflows/pre-commit-auto-update.yml +++ b/.github/workflows/pre-commit-auto-update.yml @@ -44,6 +44,7 @@ jobs: ``` author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> committer: GitHub + delete-branch: true - name: Pull request created if: ${{ steps.cpr.outputs.pull-request-number }}