From a0900acd711d99d3bc81d02b7edc53255fbee578 Mon Sep 17 00:00:00 2001 From: Ishan Ghimire Date: Thu, 29 Apr 2021 14:26:33 -0700 Subject: [PATCH 1/2] cla --- .github/CODEOWNERS | 1 + .github/probots.yml | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 .github/CODEOWNERS create mode 100644 .github/probots.yml diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..2a09dac --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @Shopify/notification-platform-eng \ No newline at end of file diff --git a/.github/probots.yml b/.github/probots.yml new file mode 100644 index 0000000..5d6307a --- /dev/null +++ b/.github/probots.yml @@ -0,0 +1,2 @@ +enabled: + - cla \ No newline at end of file From 7fbb6c2c092b719f56e3381cb9b7f07004e57406 Mon Sep 17 00:00:00 2001 From: Ishan Ghimire Date: Thu, 29 Apr 2021 15:05:10 -0700 Subject: [PATCH 2/2] removed unecessary msg --- dev.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/dev.yml b/dev.yml index 7ba0067..7ddf18a 100644 --- a/dev.yml +++ b/dev.yml @@ -12,13 +12,10 @@ up: commands: test: - desc: "poipoi" run: go test -cover -race ./... lint: - desc: "poipoi" run: golangci-lint run tidy: - desc: "poipoi" run: go mod tidy open: