Build/Test Tools: Do not run Props Bot for certain actions from forks.

For PRs that originate from forked repositories, `pull_request_review` and `pull_request_review_comment` events do not have the permissions necessary to comment on the PR.

This avoids needlessly running the bot when these conditions are met.

Props jorbin, wildworks.
See #60733.
Built from https://develop.svn.wordpress.org/trunk@57795


git-svn-id: http://core.svn.wordpress.org/trunk@57296 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2024-03-09 01:09:13 +00:00
parent 7ae05b7753
commit 1c0a2b300c

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.6-alpha-57794';
$wp_version = '6.6-alpha-57795';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.