Skip to content

feat: store token list localdb #4934

feat: store token list localdb

feat: store token list localdb #4934

Workflow file for this run

name: PR Watcher
on:
pull_request:
types:
- opened
- reopened
- edited
- synchronize
jobs:
pr-title:
name: Lint PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
build
chore
ci
docs
feat
fix
perf
refactor
style
test
requireScope: false
validateSingleCommit: false