From a85e4e591a6a647ec584a9d4825f4b1d297a0968 Mon Sep 17 00:00:00 2001 From: Arthur Meyre Date: Mon, 22 Nov 2021 17:28:27 +0100 Subject: [PATCH] chore: auto-delete branch when package watcher PR is closed --- .github/workflows/package-watcher.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/package-watcher.yaml b/.github/workflows/package-watcher.yaml index 6cdbcc072..3fd943e2b 100644 --- a/.github/workflows/package-watcher.yaml +++ b/.github/workflows/package-watcher.yaml @@ -57,6 +57,7 @@ jobs: title: "Docker env compiler update to ${{ env.LATEST_COMPILER_PACKAGE_TIMESTAMP }}" body: "Automatic PR for docker env compiler update" labels: dependencies + delete-branch: true - name: Self approve PR to attempt auto merge if: ${{ fromJSON(env.SHOULD_RUN) && steps.cpr.outputs.pull-request-number != null }} uses: hmarr/auto-approve-action@6a9ec7556f0a7fa5b49527a1eea4878b8a22d2e0