Skip to content

docs: document how to show list of integrations in the Connect UI #5445

docs: document how to show list of integrations in the Connect UI

docs: document how to show list of integrations in the Connect UI #5445

Workflow file for this run

name: 'Lint PR'
on:
pull_request:
types:
- opened
- edited
- synchronize
merge_group:
permissions:
pull-requests: read
jobs:
lint-pr:
name: Validate PR title
if: ${{ github.event_name != 'merge_group' }}
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}