diff options
Diffstat (limited to '.github/labeler.yml')
| -rw-r--r-- | .github/labeler.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/labeler.yml b/.github/labeler.yml new file mode 100644 index 0000000..5eb9eae --- /dev/null +++ b/.github/labeler.yml @@ -0,0 +1,9 @@ +documentation: + - "**/*.md" + +tests: + - "**/*_test.go" + +dependencies: + - g0.mod + - go.sum |
