Skip to content

Commit

Permalink
feat: add first set of labels
Browse files Browse the repository at this point in the history
  • Loading branch information
BelfordZ committed Aug 26, 2019
1 parent 74b1909 commit 5c86521
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/labeler.yml
@@ -0,0 +1,32 @@
spec: spec.md

deps:
- package.json
- package-lock.json

deploy:
- .circleci/**/*
- bin/**/*
- .releaserc
-

ops:
- .github/**/*
- .markdownlint.json
- README.md
- .gitignore.md

pristine
- BUILDING.md
- CONTRIBUTING.md
- CONVENTIONAL_COMMITS.md
- RELEASING.md
- VERSIONING.md
- .gitignore.md


license:
- LICENSE.md

never:
- CHANGELOG.md

0 comments on commit 5c86521

Please sign in to comment.