From 7f6be5a7e462a0a12ff97714e06b9422e1ea8906 Mon Sep 17 00:00:00 2001 From: Rob Bos Date: Thu, 26 Sep 2024 19:48:20 +0200 Subject: [PATCH] Adding new video --- public/data.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/public/data.json b/public/data.json index 6e64fbf..6f6d4a8 100644 --- a/public/data.json +++ b/public/data.json @@ -134,6 +134,12 @@ "title": "@github chat participant", "videoUrl": "", "description": "Invite @github to your chat for additional assistance with GitHub information in the current repository." + }, + { + "id": 21, + "title": "PR body generation in VS Code", + "videoUrl": "https://youtu.be/_L8MdrswPV0", + "description": "Create a body for a new pull request using GitHub Copilot, by using the GitHub PR extension! It will analyze the diff between the branches as well as the commit messages, and create a body from it." } ] }