Skip to content

fix(settings): open on the active workspace instead of first workspace #325

fix(settings): open on the active workspace instead of first workspace

fix(settings): open on the active workspace instead of first workspace #325

Workflow file for this run

name: Check PR title
on:
pull_request_target:
types:
- opened
- reopened
- edited
- synchronize
permissions: {}
jobs:
check:
name: Conventional commit
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v6
with:
requireScope: false
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_PLZ_TOKEN }}