From 9d23c452965a1ad9f17e7f2de0ad73828eb5b3b8 Mon Sep 17 00:00:00 2001 From: nobody Date: Wed, 24 Jun 2026 07:10:29 -0700 Subject: [PATCH 1/2] Dummy PR against Github to trigger a merge action. --- TESTING-GITHUB-MERGE-ACTION.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 TESTING-GITHUB-MERGE-ACTION.txt diff --git a/TESTING-GITHUB-MERGE-ACTION.txt b/TESTING-GITHUB-MERGE-ACTION.txt new file mode 100644 index 000000000..c04733fd7 --- /dev/null +++ b/TESTING-GITHUB-MERGE-ACTION.txt @@ -0,0 +1 @@ +This file exists merely to provide a dummy PR against Github to trigger a merge action before the underlying merge action is merged itself to ensure it is tested before it merges. From c19119f8d74a141b0a44dbdf5e2cf618fbc1c99c Mon Sep 17 00:00:00 2001 From: nobody Date: Wed, 24 Jun 2026 07:11:01 -0700 Subject: [PATCH 2/2] Remove the dummy file. Now the working tree state should be identical to the branch tip we want to test. --- TESTING-GITHUB-MERGE-ACTION.txt | 1 - 1 file changed, 1 deletion(-) delete mode 100644 TESTING-GITHUB-MERGE-ACTION.txt diff --git a/TESTING-GITHUB-MERGE-ACTION.txt b/TESTING-GITHUB-MERGE-ACTION.txt deleted file mode 100644 index c04733fd7..000000000 --- a/TESTING-GITHUB-MERGE-ACTION.txt +++ /dev/null @@ -1 +0,0 @@ -This file exists merely to provide a dummy PR against Github to trigger a merge action before the underlying merge action is merged itself to ensure it is tested before it merges.