test: add one-command Maestro SDK E2E coverage #4422
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: Semantic PR helper | |
| on: | |
| pull_request: | |
| types: [opened, reopened, edited, synchronize, labeled] | |
| jobs: | |
| lint-pr-title: | |
| runs-on: ubuntu-latest | |
| permissions: | |
| pull-requests: write # to comment on PRs | |
| steps: | |
| - uses: levibostian/action-conventional-pr-linter@acd7e6035a4c70ae2e6aab469c791cc5ca2a989d # v4.0.1 |