diff --git a/README-claude-test.md b/README-claude-test.md new file mode 100644 index 0000000..2409287 --- /dev/null +++ b/README-claude-test.md @@ -0,0 +1,8 @@ +# Claude Push-to-Branch Multi-Commit Test + +This file was created by the Claude agentic workflow to test the multi-commit push-to-pull-request-branch functionality. + +Created at: 2026-04-27T00:00:00Z + +## Purpose +This test verifies that multiple commits are properly applied when using push-to-pull-request-branch. diff --git a/claude-script.py b/claude-script.py new file mode 100644 index 0000000..6a851fa --- /dev/null +++ b/claude-script.py @@ -0,0 +1,15 @@ +#!/usr/bin/env python3 +""" +Multi-commit test script created by Claude agentic workflow +""" + +import datetime + +def main(): + print("Hello from Claude 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-1777311858.md b/test-file-1777311858.md new file mode 100644 index 0000000..3811378 --- /dev/null +++ b/test-file-1777311858.md @@ -0,0 +1,3 @@ +# Test PR Content + +This is a test file created for PR testing at Mon Apr 27 18:44:18 BST 2026