Fixed tests structure to eliminate nested mocha it() clauses and improved error messages #893
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: PR opened | |
| on: | |
| pull_request: | |
| types: | |
| - opened | |
| jobs: | |
| move-issues-to-in-review-on-pr-opened: | |
| uses: ./.github/workflows/update-linked-issues-status.yml | |
| with: | |
| status_name: 4. In review | |
| secrets: inherit |