fix: added exception handling for when browser doesn't exist #1002
Workflow file for this run
This file contains 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@v4 |