From bd76ebeed58c65d29d4522876a8cbbb9406d2747 Mon Sep 17 00:00:00 2001 From: xuxinglei Date: Fri, 23 Jan 2026 17:25:46 +0800 Subject: [PATCH] test: validate automated PR creation workflow Add placeholder file to test end-to-end PR submission with auto-generated description template. --- .pr-test-placeholder.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .pr-test-placeholder.md diff --git a/.pr-test-placeholder.md b/.pr-test-placeholder.md new file mode 100644 index 0000000..53c7c3b --- /dev/null +++ b/.pr-test-placeholder.md @@ -0,0 +1,3 @@ +# PR Flow Test Placeholder + +This file is created to test the automated PR creation workflow. -- Gitee