From 824f2e5536adf8df8206dfe7dfddf57da35cb2e7 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 19 Jul 2026 07:11:50 +0000 Subject: [PATCH 1/2] Initial plan From 76b21a8cf21615d7b5b1b5792c9ee512eba91320 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 19 Jul 2026 07:28:33 +0000 Subject: [PATCH 2/2] docs: add callout about committing both .md and .lock.yml in quick start Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --- docs/src/content/docs/setup/quick-start.mdx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/src/content/docs/setup/quick-start.mdx b/docs/src/content/docs/setup/quick-start.mdx index 9460efef8d3..1090d4eb8fc 100644 --- a/docs/src/content/docs/setup/quick-start.mdx +++ b/docs/src/content/docs/setup/quick-start.mdx @@ -165,7 +165,10 @@ To customize it now: --- ``` -4. Commit and push to your repository. +> [!NOTE] +> Commit **both** files — the `.md` source and the generated `.lock.yml`. The lock file is intentional and required by GitHub Actions to run your workflow; committing a generated file here is correct. + +4. Commit and push both files to your repository. 5. Optionally trigger another run by running: