From 2160217afa4bfda13e995f794157b0c791303b36 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Mon, 1 Jan 2024 21:41:18 -0800 Subject: [PATCH] Link to ChatGPT edited transcript --- github-actions/daily-planner.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/github-actions/daily-planner.md b/github-actions/daily-planner.md index 301735cfdb..01d08ef8bc 100644 --- a/github-actions/daily-planner.md +++ b/github-actions/daily-planner.md @@ -8,6 +8,8 @@ I want a fresh issue in my private `simonw/planner` repo for every day that I'm So... I needed a mechanism for automatically creating a new issue every day. +I used ChatGPT a bunch to help build this - a slightly edited transcript [is available here](https://gist.github.com/simonw/d189b737911317c2b9f970342e9fae95). + ## Issue templates and URLs I created a file `.github/ISSUE_TEMPLATE/day.yml` with the following:`