From 50ad4bcc185220172c312837f26943e1f6345afe Mon Sep 17 00:00:00 2001 From: lanarimarco Date: Wed, 22 Oct 2025 09:39:42 +0200 Subject: [PATCH 1/2] add README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c6fee39 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +Here test a PR with already assigned milestone. +Patchtool should show me a warning that the milestone will be changed, with the instruction to delete it. \ No newline at end of file From ba7b40ad0c7f101ad415dc99e615bc7be85b5d1f Mon Sep 17 00:00:00 2001 From: lanarimarco Date: Wed, 22 Oct 2025 10:54:30 +0200 Subject: [PATCH 2/2] add test.properties --- README.md | 4 ++-- src/main/webapp/test.properties | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 src/main/webapp/test.properties diff --git a/README.md b/README.md index c6fee39..878c11b 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ -Here test a PR with already assigned milestone. -Patchtool should show me a warning that the milestone will be changed, with the instruction to delete it. \ No newline at end of file +Test a PR with already assigned milestone. +Patchtool should show me a warning that the milestone has assigned another milestone and cannot be changed, with the instruction to delete it. \ No newline at end of file diff --git a/src/main/webapp/test.properties b/src/main/webapp/test.properties new file mode 100644 index 0000000..4b10332 --- /dev/null +++ b/src/main/webapp/test.properties @@ -0,0 +1 @@ +key=value \ No newline at end of file