From 80ac98a2d0f3848d9c34baeff0cd6b6731dcabf9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 20 Aug 2024 15:05:34 +0000 Subject: [PATCH 1/3] lock-threads.yml: update to match main configuration --- .github/workflows/lock-threads.yml | 36 ------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 .github/workflows/lock-threads.yml diff --git a/.github/workflows/lock-threads.yml b/.github/workflows/lock-threads.yml deleted file mode 100644 index 92383f8352..0000000000 --- a/.github/workflows/lock-threads.yml +++ /dev/null @@ -1,36 +0,0 @@ -# This file is synced from the `.github` repository, do not modify it directly. -name: Lock threads - -on: - push: - paths: - - .github/workflows/lock-threads.yml - branches-ignore: - - dependabot/** - schedule: - # Once every day at 1am UTC - - cron: "0 1 * * *" - issue_comment: - -permissions: - issues: write - pull-requests: write - -concurrency: - group: lock-threads - cancel-in-progress: ${{ github.event_name != 'issue_comment' }} - -jobs: - lock-threads: - if: github.repository_owner == 'Homebrew' && github.event_name != 'issue_comment' - runs-on: ubuntu-latest - steps: - - name: Lock Outdated Threads - uses: dessant/lock-threads@1bf7ec25051fe7c00bdd17e6a7cf3d7bfb7dc771 - with: - github-token: ${{ secrets.GITHUB_TOKEN }} - process-only: 'issues, prs' - issue-inactive-days: 30 - add-issue-labels: outdated - pr-inactive-days: 30 - add-pr-labels: outdated From cdf1c3916622e263b7d3a2ba3342d6525391aaf3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 20 Aug 2024 15:05:35 +0000 Subject: [PATCH 2/3] stale-issues.yml: update to match main configuration --- .github/workflows/stale-issues.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/stale-issues.yml b/.github/workflows/stale-issues.yml index 312cab0448..e38e019ae9 100644 --- a/.github/workflows/stale-issues.yml +++ b/.github/workflows/stale-issues.yml @@ -13,6 +13,7 @@ on: issue_comment: permissions: + contents: write issues: write pull-requests: write @@ -45,6 +46,7 @@ jobs: recent activity. It will be closed if no further activity occurs. exempt-issue-labels: "gsoc-outreachy,help wanted,in progress" exempt-pr-labels: "gsoc-outreachy,help wanted,in progress" + delete-branch: true bump-pr-stale: if: > @@ -68,3 +70,4 @@ jobs: pull request open, add a `help wanted` or `in progress` label. exempt-pr-labels: "help wanted,in progress" any-of-labels: "bump-formula-pr,bump-cask-pr" + delete-branch: true From 4d1ad02c4fef950e928b1312e446881c22010074 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 20 Aug 2024 15:05:35 +0000 Subject: [PATCH 3/3] .rubocop.yml: update to match main configuration --- .rubocop.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.rubocop.yml b/.rubocop.yml index 89d314e7a0..41d7504840 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -185,6 +185,10 @@ Style/OpenStructUse: - Taps/**/* - Homebrew/cli/args.rb - Homebrew/cli/args.rbi +Style/OptionalBooleanParameter: + AllowedMethods: + - respond_to? + - respond_to_missing? Style/RescueStandardError: EnforcedStyle: implicit Style/ReturnNil: