From bbc9a106e52ecc362bc624609e9dbd85b0dc9c3b Mon Sep 17 00:00:00 2001 From: Jason Bahl Date: Fri, 14 Mar 2025 10:28:48 -0600 Subject: [PATCH] - remove changeset for the revert --- .changesets/20250314T162609-pr-57.md | 9 --------- automation-tests.php | 3 +++ 2 files changed, 3 insertions(+), 9 deletions(-) delete mode 100644 .changesets/20250314T162609-pr-57.md diff --git a/.changesets/20250314T162609-pr-57.md b/.changesets/20250314T162609-pr-57.md deleted file mode 100644 index 19fc7a5..0000000 --- a/.changesets/20250314T162609-pr-57.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: 'Revert feat:' -pr: 57 -author: jasonbahl -type: other -breaking: false -branch: milestone/custom-scalars ---- -Reverts wp-graphql/automation-tests#56 diff --git a/automation-tests.php b/automation-tests.php index 10895dc..145a6a8 100644 --- a/automation-tests.php +++ b/automation-tests.php @@ -16,3 +16,6 @@ add_action( 'admin_notices', function() { echo '

😇 Automation Tests v' . AUTOMATION_TESTS_VERSION . '

'; }); + +// SCALARS: +// - Email \ No newline at end of file