From 21e60115b6d44f66a67b7b9bfb357351e1dc919e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 7 Oct 2024 03:12:20 +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 e38e019ae..111de4bd0 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' }}