From 2af3a278b7e631de8a0e084a51ddca56fb7d2a79 Mon Sep 17 00:00:00 2001 From: "data-plane-api(Azure Pipelines)" Date: Thu, 25 Feb 2021 23:01:13 +0000 Subject: [PATCH] repo: Update references - master -> main (#15190) Signed-off-by: Ryan Northey Mirrored from https://github.com/envoyproxy/envoy @ c4bc901ac3d4baa575c2d25de5e2d50a6dea4881 --- review_checklist.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/review_checklist.md b/review_checklist.md index 997ad818..6c167025 100644 --- a/review_checklist.md +++ b/review_checklist.md @@ -106,7 +106,7 @@ consider the answers to these questions before sending a PR. - Does this feature pull in any new dependencies for clients? - Are these dependencies optional or required? - Will the dependencies cause problems for any known xDS clients (e.g., - [Envoy's dependency policy](https://github.com/envoyproxy/envoy/blob/master/DEPENDENCY_POLICY.md))? + [Envoy's dependency policy](https://github.com/envoyproxy/envoy/blob/main/DEPENDENCY_POLICY.md))? ## Failure Modes - What is the failure mode if this feature is configured but is not working