Skip to content

Commit

Permalink
Also count .md files as documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
tcojean committed Feb 22, 2021
1 parent 43279fb commit 2aaac9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/label.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ LABELS=$LABELS$(label_match reg:benchmarking '^benchmark/')
LABELS=$LABELS$(label_match reg:example '^examples/')
LABELS=$LABELS$(label_match reg:build '(cm|CM)ake')
LABELS=$LABELS$(label_match reg:ci-cd '(^\.github/|\.yml$)')
LABELS=$LABELS$(label_match reg:documentation '^doc/')
LABELS=$LABELS$(label_match reg:documentation '^doc/|\.md$')
LABELS=$LABELS$(label_match reg:testing /test/)
LABELS=$LABELS$(label_match reg:helper-scripts '^dev_tools/')
LABELS=$LABELS$(label_match type:factorization /factorization/)
Expand Down

0 comments on commit 2aaac9c

Please sign in to comment.