Catch exceptions in REPL to preserve session state on errors #4
Workflow file for this run
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 |