From 17e40d17acedf015c2fd09d5461c8cebb52a0d2f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 6 Aug 2024 01:35:32 +0000 Subject: [PATCH] stale-issues.yml: update to match main configuration --- .github/workflows/stale-issues.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/stale-issues.yml b/.github/workflows/stale-issues.yml index 312cab0..07698a5 100644 --- a/.github/workflows/stale-issues.yml +++ b/.github/workflows/stale-issues.yml @@ -45,6 +45,7 @@ jobs: recent activity. It will be closed if no further activity occurs. exempt-issue-labels: "gsoc-outreachy,help wanted,in progress" exempt-pr-labels: "gsoc-outreachy,help wanted,in progress" + delete-branch: true bump-pr-stale: if: > @@ -68,3 +69,4 @@ jobs: pull request open, add a `help wanted` or `in progress` label. exempt-pr-labels: "help wanted,in progress" any-of-labels: "bump-formula-pr,bump-cask-pr" + delete-branch: true