diff --git a/.github/workflows/stale-issues.yml b/.github/workflows/stale-issues.yml index ba2621be3b3e7..608d2e65e9c5d 100644 --- a/.github/workflows/stale-issues.yml +++ b/.github/workflows/stale-issues.yml @@ -38,7 +38,7 @@ jobs: pull-requests: write steps: - name: Mark/Close Stale Issues and Pull Requests - uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9 + uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9.0.0 with: repo-token: ${{ secrets.GITHUB_TOKEN }} days-before-stale: 21 @@ -68,7 +68,7 @@ jobs: pull-requests: write steps: - name: Mark/Close Stale `bump-formula-pr` and `bump-cask-pr` Pull Requests - uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9 + uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9.0.0 with: repo-token: ${{ secrets.GITHUB_TOKEN }} days-before-stale: 2 diff --git a/.rubocop.yml b/.rubocop.yml index 3f025aad62d5b..625f3b05c798f 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -183,8 +183,6 @@ Style/NumericLiterals: Style/OpenStructUse: Exclude: - Taps/**/* - - Homebrew/cli/args.rb - - Homebrew/cli/args.rbi Style/OptionalBooleanParameter: AllowedMethods: - respond_to?