Skip to content

Commit

Permalink
Sync .ruby-version file across repositories
Browse files Browse the repository at this point in the history
Although this feels a little weird having it in `.github`: it makes
sense to maintain a single, consistent `.ruby-version` across all our
repositories matching the Portable Ruby version we use in Homebrew.

While we're here, don't try to sync to the archived
Homebrew/homebrew-cask-* taps.
  • Loading branch information
MikeMcQuaid committed May 23, 2024
1 parent 94c5e62 commit de56f1e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/actions/sync/triage-config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ def git(*args)
[
'.github/workflows/lock-threads.yml',
'.github/workflows/stale-issues.yml',
'.ruby-version',
].each do |glob|
src_paths = Pathname.glob(glob)
dst_paths = Pathname.glob(target_dir.join(glob))
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/sync-triage-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ jobs:
- Homebrew/homebrew-aliases
- Homebrew/homebrew-bundle
- Homebrew/homebrew-cask
- Homebrew/homebrew-cask-fonts
- Homebrew/homebrew-cask-versions
- Homebrew/homebrew-command-not-found
- Homebrew/homebrew-core
- Homebrew/homebrew-formula-analytics
Expand Down
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.3.1

0 comments on commit de56f1e

Please sign in to comment.