Skip to content

feat: implement connection cancellation logic and enhance MFA handling #4419

feat: implement connection cancellation logic and enhance MFA handling

feat: implement connection cancellation logic and enhance MFA handling #4419

name: PR Title Checker
on:
pull_request:
types: [opened, edited, labeled]
permissions:
contents: read
jobs:
check:
runs-on: ubuntu-latest
name: pr-title-checker
permissions:
pull-requests: write
steps:
- uses: thehanimo/pr-title-checker@7fbfe05602bdd86f926d3fb3bccb6f3aed43bc70 # v1.4.3
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
configuration_path: '.github/pr-title-checker-config.json'