From 1013750a458823a7c01df8efbfc3eb6b25c639da Mon Sep 17 00:00:00 2001 From: desrosj Date: Thu, 7 Nov 2024 16:23:16 +0000 Subject: [PATCH] Build/Test Tools: Skip pull request comments for Dependabot. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Currently, Dependabot is configured to open pull requests when updates to 3rd-party GitHub Actions become available. It does a great job at this. Thank you very much, 🤖 Mr. Dependabot Roboto. Some of the automated comments for pull requests are not relevant to PRs opened by Dependabot. Despite how good of a robot it is, Dependabot will never open a Trac ticket, so it's pointless to ask for one. Also, since it’s currently only configured to watch GitHub Actions for updates, there will never be a need to test Dependabot PRs in Playground. If instructed to monitor npm dependencies in the future, this comment can be added back as those packages can directly affect the built software that is distributed. Props johnbillion. See #62221. Built from https://develop.svn.wordpress.org/trunk@59370 git-svn-id: http://core.svn.wordpress.org/trunk@58756 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 19c977a53e..9a6f07fc8b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.8-alpha-59368'; +$wp_version = '6.8-alpha-59370'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.