Skip to content

Commit

Permalink
Merge pull request #105 from Homebrew/ruby-version
Browse files Browse the repository at this point in the history
Sync .ruby-version file across repositories
  • Loading branch information
MikeMcQuaid committed May 23, 2024
2 parents 94c5e62 + de56f1e commit b6773bf
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 b6773bf

Please sign in to comment.