diff --git a/.github/actions/sync/triage-config.rb b/.github/actions/sync/triage-config.rb index 4e69c68f..4719a267 100755 --- a/.github/actions/sync/triage-config.rb +++ b/.github/actions/sync/triage-config.rb @@ -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)) diff --git a/.github/workflows/sync-triage-config.yml b/.github/workflows/sync-triage-config.yml index f1f9491d..4582291e 100644 --- a/.github/workflows/sync-triage-config.yml +++ b/.github/workflows/sync-triage-config.yml @@ -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 diff --git a/.ruby-version b/.ruby-version new file mode 100644 index 00000000..bea438e9 --- /dev/null +++ b/.ruby-version @@ -0,0 +1 @@ +3.3.1