Skip to content

Commit

Permalink
stale-issues: set -xeuo pipefail globally
Browse files Browse the repository at this point in the history
  • Loading branch information
carlocab committed Sep 24, 2024
1 parent 420867d commit d98eed4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/stale-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
Expand Down

0 comments on commit d98eed4

Please sign in to comment.