From efae8eee4680fc606489e7b07bc5dcee208fd772 Mon Sep 17 00:00:00 2001 From: Julio Lopez <1953782+julio-lopez@users.noreply.github.com> Date: Tue, 11 Apr 2023 19:27:40 -0400 Subject: [PATCH] chore(infra): do not remove branches on stale workflow (#2925) That requires repo content write access. --- .github/workflows/stale.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 1469828ac..565f636a6 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -18,7 +18,6 @@ jobs: with: # process older PRs first ascending: true - delete-branch: true operations-per-run: 100 stale-issue-label: 'stale' stale-pr-label: 'stale'