Skip to content

feat: upgrade codemirror 5 to codemirror 6 #2853

feat: upgrade codemirror 5 to codemirror 6

feat: upgrade codemirror 5 to codemirror 6 #2853

Workflow file for this run

name: 'PR Title Checker'
on:
pull_request:
types:
- opened
- edited
- synchronize
- labeled
- unlabeled
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: thehanimo/pr-title-checker@v1.2
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}