Skip to content

feat(plugin): dual-button long-press with configurable actions #96

feat(plugin): dual-button long-press with configurable actions

feat(plugin): dual-button long-press with configurable actions #96

Workflow file for this run

name: Lint PR title
on:
pull_request_target:
types: [opened, edited, reopened, synchronize]
jobs:
lint-pr-title:
runs-on: ubuntu-latest
permissions:
pull-requests: read
steps:
- uses: amannn/action-semantic-pull-request@v6.1.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
feat
fix
docs
chore
refactor