From 1792dde323bfd2e61c1d0add7dee0f50a1f2b01d Mon Sep 17 00:00:00 2001
From: Dylan Griffith <dyl.griffith@gmail.com>
Date: Wed, 29 May 2024 17:11:21 +1000
Subject: [PATCH] Add demo video for gitlab-housekeeper creating a keep

---
 gems/gitlab-housekeeper/README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gems/gitlab-housekeeper/README.md b/gems/gitlab-housekeeper/README.md
index 642ace448314e..e3c0fae4e968c 100644
--- a/gems/gitlab-housekeeper/README.md
+++ b/gems/gitlab-housekeeper/README.md
@@ -4,6 +4,10 @@ Check out [the original
 blueprint](https://docs.gitlab.com/ee/architecture/blueprints/gitlab_housekeeper/)
 for the motivation behind the `gitlab-housekeeper`.
 
+Also watch [this walkthrough video](https://youtu.be/KNJPVx8izAc) for an
+overview on how to create your first Keep as well as the philosophy behind
+`gitlab-housekeeper`.
+
 This is a gem which can be run locally or in CI to do static and dynamic
 analysis of the GitLab codebase and, using a list of predefined "keeps", it will
 automatically create merge requests for things that developers would have
-- 
GitLab