From 20fe371c75c61f0b227fea69e545414eb1709d8e Mon Sep 17 00:00:00 2001 From: Issy Long Date: Wed, 8 Mar 2023 23:43:02 +0000 Subject: [PATCH] sorbet: More specific `git add` for `--suggest-typed` CI autobumps --- .github/workflows/sorbet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sorbet.yml b/.github/workflows/sorbet.yml index 7df212556f..25bb875178 100644 --- a/.github/workflows/sorbet.yml +++ b/.github/workflows/sorbet.yml @@ -59,7 +59,7 @@ jobs: git commit -m "sorbet: Update RBI files." \ -m "Autogenerated by the [sorbet](https://github.com/Homebrew/brew/blob/master/.github/workflows/sorbet.yml) workflow." - git add "**/*.rb" + git add "Library/Homebrew/" git commit -m "sorbet: Autobump sigils via Spoom" \ -m "Autogenerated by the [sorbet](https://github.com/Homebrew/brew/blob/master/.github/workflows/sorbet.yml) workflow."