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' }} diff --git a/.rubocop.yml b/.rubocop.yml index 41d750484..588ee08ec 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -11,6 +11,7 @@ AllCops: - Homebrew/bin/* - Homebrew/vendor/**/* - Taps/*/*/vendor/**/* + - "**/vendor/**/*" SuggestExtensions: rubocop-minitest: false Layout/ArgumentAlignment: diff --git a/.ruby-version b/.ruby-version index a0891f563..fa7adc7ac 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.3.4 +3.3.5