From 0869bca23c42fae58c6ec65dd2516d6b577c8996 Mon Sep 17 00:00:00 2001 From: James Mills Date: Sun, 29 Mar 2020 08:36:14 +1000 Subject: Add Github Workflows (#5) --- .github/labeler.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/labeler.yml (limited to '.github/labeler.yml') 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 -- cgit v1.2.3