Update studio doc to list iframe limitation and need for sourcemaps + update label link #1108
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: 'Add issue/PR to Triage Board' | |
| on: | |
| issues: | |
| types: | |
| - opened | |
| pull_request_target: | |
| types: | |
| - opened | |
| jobs: | |
| add-to-triage-project-board: | |
| uses: cypress-io/cypress/.github/workflows/triage_add_to_project.yml@develop | |
| secrets: inherit |