Skip to content

fix(webapp): Invalidate cache on deleting integrations and adding connection from integration page #3722

fix(webapp): Invalidate cache on deleting integrations and adding connection from integration page

fix(webapp): Invalidate cache on deleting integrations and adding connection from integration page #3722

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 }}