Kronos-Integration/kronos-service-manager-admin

View on GitHub
.github/pr_labeler.yml

Summary

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