From fc06dda73e332f3f368e501b9f565473c9e8add1 Mon Sep 17 00:00:00 2001 From: desrosj Date: Mon, 25 Oct 2021 19:30:00 +0000 Subject: [PATCH] Build/Test Tools: Restore Slack notifications for older branches. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In [51921], the GitHub Actions workflows were updated to utilize the Slack notifications workflow as a callable one instead of on the `workflow_run` event. This eliminated the need for an additional “Slack Notifications” workflow run for every completed workflow, but only when other workflows are updated as well. This resulted in notifications from older branches breaking, as the changes in [51921] were not backported. Instead of backporting the needed changes now (the Slack workflow is still being polished), this commit partially restores the `workflow_run` event for older branches so that notifications will resume. See #53363. Built from https://develop.svn.wordpress.org/trunk@51934 git-svn-id: http://core.svn.wordpress.org/trunk@51525 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 764a6b2081..1cd1854ae9 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-alpha-51931'; +$wp_version = '5.9-alpha-51934'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.