From 14b2ab7f3f90f0432b4e232264a23de27550ca1c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 18:21:00 +0000 Subject: [PATCH 1/3] Add README-nosandbox-test.md Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- README-nosandbox-test.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README-nosandbox-test.md diff --git a/README-nosandbox-test.md b/README-nosandbox-test.md new file mode 100644 index 0000000..e3d5cf3 --- /dev/null +++ b/README-nosandbox-test.md @@ -0,0 +1,5 @@ +# Test Project (No Sandbox) + +This is a test project created by Copilot to test multi-commit pull requests without sandbox protection. + +Created at: 2026-04-27T18:19:49.714Z From 30d9cac4887fb74a1acbe04b419a9d21c1366350 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 18:21:02 +0000 Subject: [PATCH 2/3] Add test-script-nosandbox.js Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- test-script-nosandbox.js | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test-script-nosandbox.js diff --git a/test-script-nosandbox.js b/test-script-nosandbox.js new file mode 100644 index 0000000..6d31111 --- /dev/null +++ b/test-script-nosandbox.js @@ -0,0 +1,8 @@ +#!/usr/bin/env node +function hello() { + console.log("Hello from Copilot multi-commit test (No Sandbox)!"); +} + +if (require.main === module) { + hello(); +} From dafac12b89d47d6f2b7f2e9f7510df74b84446bf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 18:21:03 +0000 Subject: [PATCH 3/3] Add config-nosandbox.json Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- config-nosandbox.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 config-nosandbox.json diff --git a/config-nosandbox.json b/config-nosandbox.json new file mode 100644 index 0000000..13a0349 --- /dev/null +++ b/config-nosandbox.json @@ -0,0 +1,7 @@ +{ + "test": true, + "engine": "copilot", + "sandbox": false, + "purpose": "multi-commit-test-nosandbox", + "timestamp": "2026-04-27T18:19:49.714Z" +}