Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README-test.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Test Project

This is a test project created by Copilot to test multi-commit pull requests.

Created at: 2025-10-31T03:33:34.912Z
6 changes: 6 additions & 0 deletions config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"test": true,
"engine": "copilot",
"purpose": "multi-commit-test",
"timestamp": "2025-10-31T03:33:34.912Z"
}
8 changes: 8 additions & 0 deletions test-script.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/usr/bin/env node
function hello() {
console.log("Hello from Copilot multi-commit test!");
}

if (require.main === module) {
hello();
}
1 change: 1 addition & 0 deletions test.log
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Test log file created at: 2025-10-31T03:33:34.912Z