From 57397cacaa4c0413f803a4f0593b407607ada83a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Sep 2024 15:10:41 +0000 Subject: [PATCH] stale-issues.yml: update to match main configuration --- .github/workflows/stale-issues.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/stale-issues.yml b/.github/workflows/stale-issues.yml index e38e019..111de4b 100644 --- a/.github/workflows/stale-issues.yml +++ b/.github/workflows/stale-issues.yml @@ -17,6 +17,10 @@ permissions: issues: write pull-requests: write +defaults: + run: + shell: bash -xeuo pipefail {0} + concurrency: group: stale-issues cancel-in-progress: ${{ github.event_name != 'issue_comment' }}