diff --git a/README-copilot-test.md b/README-copilot-test.md new file mode 100644 index 0000000..2445667 --- /dev/null +++ b/README-copilot-test.md @@ -0,0 +1,8 @@ +# Copilot Push-to-Branch Multi-Commit Test + +This file was created by the Copilot agentic workflow to test the multi-commit push-to-pull-request-branch functionality. + +Created at: 2026-03-29T18:42:22.020Z + +## Purpose +This test verifies that multiple commits are properly applied when using push-to-pull-request-branch. diff --git a/copilot-script.py b/copilot-script.py new file mode 100644 index 0000000..4abb895 --- /dev/null +++ b/copilot-script.py @@ -0,0 +1,15 @@ +#!/usr/bin/env python3 +""" +Multi-commit test script created by Copilot agentic workflow +""" + +import datetime + +def main(): + print("Hello from Copilot agentic workflow!") + print(f"Current time: {datetime.datetime.now()}") + print("This script was created to test multi-commit push-to-pull-request-branch functionality.") + print("This is commit #2 in the multi-commit test.") + +if __name__ == "__main__": + main() diff --git a/test-file-1774809657.md b/test-file-1774809657.md new file mode 100644 index 0000000..41b6489 --- /dev/null +++ b/test-file-1774809657.md @@ -0,0 +1,3 @@ +# Test PR Content + +This is a test file created for PR testing at Sun Mar 29 19:40:57 BST 2026