From a09c47b0fafeb2d8eb242a94e1cfda66400fc20b Mon Sep 17 00:00:00 2001 From: Patrick Linnane Date: Thu, 15 Feb 2024 09:10:59 -0800 Subject: [PATCH] docs: update links for BrewTestBot maintainer doc Signed-off-by: Patrick Linnane --- docs/Homebrew-homebrew-core-Maintainer-Guide.md | 2 +- docs/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Homebrew-homebrew-core-Maintainer-Guide.md b/docs/Homebrew-homebrew-core-Maintainer-Guide.md index f68337009e..0037719037 100644 --- a/docs/Homebrew-homebrew-core-Maintainer-Guide.md +++ b/docs/Homebrew-homebrew-core-Maintainer-Guide.md @@ -21,7 +21,7 @@ Homebrew is about Unix software. Stuff that builds to an `.app` should be in Hom ## Merging, rebasing, cherry-picking -For most PRs that make formula modifications, you can simply approve the PR and an automatic merge (with bottles) will be performed by [@BrewTestBot](https://github.com/BrewTestBot). See [Brew Test Bot for Maintainers](Brew-Test-Bot-For-Core-Contributors.md) for more information. +For most PRs that make formula modifications, you can simply approve the PR and an automatic merge (with bottles) will be performed by [@BrewTestBot](https://github.com/BrewTestBot). See [BrewTestBot for Maintainers](BrewTestBot-For-Maintainers.md) for more information. Certain PRs may not be merged automatically by [@BrewTestBot](https://github.com/BrewTestBot), even after they've been approved. This includes PRs with the `new formula`, `automerge-skip`, and `linux-only` labels. To trigger a merge for these PRs, run `brew pr-publish`. diff --git a/docs/README.md b/docs/README.md index ec857f27f8..2c74cb3803 100644 --- a/docs/README.md +++ b/docs/README.md @@ -67,7 +67,7 @@ - [Homebrew/homebrew-core Maintainer Guide](Homebrew-homebrew-core-Maintainer-Guide.md) - [Homebrew/homebrew-cask Maintainer Guide](Homebrew-homebrew-cask-Maintainer-Guide.md) -- [Brew Test Bot for Maintainers](Brew-Test-Bot-For-Core-Contributors.md) +- [BrewTestBot for Maintainers](BrewTestBot-For-Maintainers.md) - [Common Issues for Maintainers](Common-Issues-for-Core-Contributors.md) - [Releases](Releases.md)