Skip to content

fix: issue when switching providers when disconnecting [APE-1460] #7871

fix: issue when switching providers when disconnecting [APE-1460]

fix: issue when switching providers when disconnecting [APE-1460] #7871

Workflow file for this run

name: PR Title
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
pr-title:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
pip install -r cz-requirement.txt
- name: Check PR Title
env:
TITLE: ${{ github.event.pull_request.title }}
run: cz check --message "$TITLE"