Skip to content

Commit

Permalink
Merge pull request #60 from Homebrew/sync-shared-config
Browse files Browse the repository at this point in the history
Synchronize shared configuration
  • Loading branch information
tani committed Aug 20, 2024
2 parents 228edd0 + 4d1ad02 commit ec09065
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 36 deletions.
36 changes: 0 additions & 36 deletions .github/workflows/lock-threads.yml

This file was deleted.

3 changes: 3 additions & 0 deletions .github/workflows/stale-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
issue_comment:

permissions:
contents: write
issues: write
pull-requests: write

Expand Down Expand Up @@ -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: >
Expand All @@ -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
4 changes: 4 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ec09065

Please sign in to comment.