feat: sdk | events for open/close explorer UI from the sdk scene #5165
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: Validate PR Title | |
| on: | |
| pull_request_target: | |
| types: [opened, reopened, edited, synchronize] | |
| branches: | |
| - dev | |
| jobs: | |
| semantic: | |
| uses: decentraland/actions/.github/workflows/validate-pr-title.yml@main |