Skip to content

feat: Add swipe to delete notifications #2169

feat: Add swipe to delete notifications

feat: Add swipe to delete notifications #2169

name: "PR Title Checker"
on:
pull_request:
types:
- opened
- edited
- synchronize
- labeled
- unlabeled
jobs:
check:
if: github.actor != 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- uses: thehanimo/pr-title-checker@v1.4.3
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
pass_on_octokit_error: false
configuration_path: ".github/pr-title-checker.json"
# "CHECKS": {
# "prefixes": [
# "docs: ",
# "feat: ",
# "fix: ",
# "build: ",
# "refactor: ",
# "revert: ",
# "style: ",
# "chore: ",
# "test: "
# ]
# },