Add wpdb fallback for wp db query, wp db import, wp db drop, and wp db reset when mysql/mariadb binary is unavailable
#9
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Welcome New Contributors | |
| on: | |
| pull_request_target: | |
| types: [opened] | |
| branches: | |
| - main | |
| - master | |
| permissions: | |
| pull-requests: write | |
| jobs: | |
| welcome: | |
| uses: wp-cli/.github/.github/workflows/reusable-welcome-new-contributors.yml@main |