From 66cfc0229545e5ca7746c2ebaf0484f96f224808 Mon Sep 17 00:00:00 2001 From: "kernel-internal[bot]" <260533166+kernel-internal[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 15:02:57 +0000 Subject: [PATCH] chore: stlc plumbing smoke test from kernel/kernel PR #3095 --- .stlc-integration-test/smoke-test.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .stlc-integration-test/smoke-test.md diff --git a/.stlc-integration-test/smoke-test.md b/.stlc-integration-test/smoke-test.md new file mode 100644 index 00000000..6c12d6c7 --- /dev/null +++ b/.stlc-integration-test/smoke-test.md @@ -0,0 +1,13 @@ +# stlc plumbing smoke test — SIMULATED OUTPUT + +Written by the `integration-test` job of `.github/workflows/stlc-generate.yml` +in kernel/kernel. The stlc generator was not installed or run — this +marker file is the entire diff, and it says nothing about generator +output or parity with hosted Stainless. + +What it proves: the workflow can mint a GitHub App token for this repo, +push a branch to it, open/update a draft PR, and clean up afterwards. + +Source: kernel/kernel PR #3095 +Run: https://github.com/kernel/kernel/actions/runs/30825504791 +Branch: stlc/integration-test/pr-3095