From 7c295602cc4a821513483e23fee665c8dfbecd84 Mon Sep 17 00:00:00 2001 From: Issy Long Date: Sun, 15 Sep 2019 12:44:52 +0100 Subject: [PATCH] Note that Homebrew/linuxbrew-core CI won't go green for merge commits --- docs/Homebrew-linuxbrew-core-Maintainer-Guide.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/Homebrew-linuxbrew-core-Maintainer-Guide.md b/docs/Homebrew-linuxbrew-core-Maintainer-Guide.md index a01a54199c..1f277291c6 100644 --- a/docs/Homebrew-linuxbrew-core-Maintainer-Guide.md +++ b/docs/Homebrew-linuxbrew-core-Maintainer-Guide.md @@ -198,8 +198,13 @@ Conflicts: The `merge-homebrew` command will create a pull-request for you, using `hub`. -Once the PR successfully passes the tests and/or is approved by other -Homebrew developers, you can finalize the merge with: +It is expected that CI checks on the merge commit of the PR will fail. +This is due to a bug with Azure Pipelines and its handling of merge +commits. Master branch builds also fail for the same reason. This is +OK. + +Once the PR is approved by other Homebrew developers, you can finalize +the merge with: ```bash brew pull --clean