From 6af9b0dcfee8523f9a501c701e6cc8f9b49a2fc0 Mon Sep 17 00:00:00 2001 From: zieladam Date: Sun, 10 Dec 2023 10:36:39 +0000 Subject: [PATCH] Build/Test Tools: Fix the workflow that posts a preview link on every Pull Request Fixes a 403 error in the pull-request-comments.yml job by switching from a custom workflow dispatch call to the pull_request_target trigger. Follow up to [57124], [57174]. Props ockham. See #59416. Built from https://develop.svn.wordpress.org/trunk@57178 git-svn-id: http://core.svn.wordpress.org/trunk@56689 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index bf90ea2166..17c8fd6d17 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.5-alpha-57177'; +$wp_version = '6.5-alpha-57178'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.