arlac77/npm-template-sync

View on GitHub
.github/pr_labeler.yml

Summary

Maintainability
Test Coverage
test:
  - tests/**/*
documentation:
  - docs/**/*
  - "**/*.md"
dependencies:
  - package-lock.json
  - yarn.lockfile
ci:
  - .github/workflows/*
  - .travis.yml
git:
  - .gitignore
npm:
  - .npmignore
  - package.json
  - package-lock.json
deployment:
  - netlify.toml
  - _redirects
rollup:
  - rollup.config.mjs
labels:
  - .github/pr_labeler.yml
github:
  - .github/**/*
vscode:
  - .vscode/*
openapi:
  - openapi/*
styling:
  - "**/*.css"