-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge trunk into feature/image-loading-optimization #960
Merge trunk into feature/image-loading-optimization #960
Conversation
This reverts commit e8f396d.
`slevomat/coding-standard` requires PHP 7.2+
…ction Fix construction of translation strings in admin/plugins.php
Unit tests are currently failing for |
…est" This reverts commit cfd3276.
Co-authored-by: Joe McGill <[email protected]>
Run build-cs composer install/update via post-install/update-cmd scripts
Props Bot is a new GitHub Action that will compile a list of contributors for a given pull request. The bot will leave a comment with a list of contributors formatted for use in both Trac SVN and GitHub. See: https://make.wordpress.org/core/2024/02/01/new-commit-message-requirements-in-git-hello-props-bot/
Introduce Props Bot workflow. Co-authored-by: aaronjorbin <[email protected]> Co-authored-by: swissspidy <[email protected]> Co-authored-by: westonruter <[email protected]>
Replace leafs with leaves to appease Spell Check with Typos workflow
This improves the logic controlling when Props Bot runs to: - not run for draft PRs. - not run when comments are deleted (this should hardly ever happen). - not run on closed PRs.
… merge/trunk-into-image-loading-optimization
4814c77
to
af8223c
Compare
Improve conditions Props Bot runs under.
Test failure due to AVIF support landing in core. Fixed in #967. Pending merge to update this PR with fix. |
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the Core SVNIf you're a Core Committer, use this list when committing to
GitHub Merge commitsIf you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.
To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
Update test to use non-AVIF format since now supported in 6.5-alpha Co-authored-by: westonruter <[email protected]> Co-authored-by: adamsilverstein <[email protected]> Co-authored-by: joemcgill <[email protected]>
… merge/trunk-into-image-loading-optimization
801b657
into
feature/image-loading-optimization
To be merged without review.
Merge conflicts:
Resolved via
composer update --lock
and:The other change new in this PR is 5c70c25 to better clean up
REQUEST_URI
in tests.