Skip to content

Commit 2cf879b

Browse files
committed
Import brew test-bot to Homebrew/brew.
While we're here, put it in its own module and cleanup now unused bits of Homebrew code related to external tap commands (as this was the last one).
1 parent 4747ead commit 2cf879b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+3616
-476
lines changed

.github/workflows/actionlint.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ jobs:
3838
with:
3939
core: false
4040
cask: false
41-
test-bot: false
4241

4342
- name: Install tools
4443
run: brew install actionlint shellcheck zizmor

.github/workflows/autogenerated-files.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
3131
with:
3232
core: false
3333
cask: false
34-
test-bot: true
3534

3635
- name: Cache Bundler RubyGems
3736
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4

.github/workflows/copilot-setup-steps.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
with:
2222
core: true
2323
cask: true
24-
test-bot: true
2524

2625
- run: brew install-bundler-gems --groups=all
2726

.github/workflows/docs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
with:
2929
core: false
3030
cask: false
31-
test-bot: false
3231

3332
- name: Checkout repository
3433
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

.github/workflows/doctor.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ jobs:
3232
with:
3333
core: false
3434
cask: false
35-
test-bot: false
3635

3736
- name: Determine runners to use for this job
3837
id: determine-runners
@@ -59,7 +58,6 @@ jobs:
5958
with:
6059
core: false
6160
cask: false
62-
test-bot: true
6361

6462
- run: brew test-bot --only-cleanup-before
6563
if: matrix.cleanup

.github/workflows/pkg-installer.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ jobs:
4747
with:
4848
core: false
4949
cask: false
50-
test-bot: false
5150

5251
- name: Install Pandoc
5352
run: brew install pandoc

.github/workflows/rubydoc.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ jobs:
3333
with:
3434
core: false
3535
cask: false
36-
test-bot: false
3736

3837
- name: Checkout Homebrew/rubydoc.brew.sh
3938
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

.github/workflows/sbom.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
with:
2929
core: false
3030
cask: false
31-
test-bot: false
3231

3332
- name: Configure Git user
3433
uses: Homebrew/actions/git-user-config@main

.github/workflows/sorbet.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
with:
3535
core: false
3636
cask: false
37-
test-bot: false
3837

3938
- name: Configure Git user
4039
if: github.event_name != 'pull_request'

.github/workflows/spdx.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
with:
2929
core: false
3030
cask: false
31-
test-bot: false
3231

3332
- name: Configure Git user
3433
uses: Homebrew/actions/git-user-config@main

0 commit comments

Comments
 (0)