From d874d9054161538af6e8f56d3521b94544de1698 Mon Sep 17 00:00:00 2001 From: Owen Cabalceta Date: Tue, 16 May 2023 11:38:38 -0400 Subject: [PATCH 1/2] task: update shared workflow --- .github/workflows/ci.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fcaec1fd..ccfc1cdc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,13 +13,17 @@ on: - MAINTAINERS.md - LICENSE - NOTICE + tags: + - 'v[0-9]+.[0-9]+.[0-9]+' pull_request: workflow_dispatch: jobs: ci: - uses: xmidt-org/.github/.github/workflows/go-ci.yml@go-ci-v1 + uses: xmidt-org/shared-go/.github/workflows/ci.yml@6dd1fab69f841fbea827a053e21fa83ea94774d9 # v3.0.0 with: - lint-skip: true - style-skip: true + copyright-skip: true + lint-skip: true + style-skip: true + release-type: library secrets: inherit From ca69e169cfb5a8e37e82cf2008535de11a489c2c Mon Sep 17 00:00:00 2001 From: Owen Cabalceta Date: Tue, 16 May 2023 11:49:15 -0400 Subject: [PATCH 2/2] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ccfc1cdc..2e593d85 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ on: jobs: ci: - uses: xmidt-org/shared-go/.github/workflows/ci.yml@6dd1fab69f841fbea827a053e21fa83ea94774d9 # v3.0.0 + uses: xmidt-org/shared-go/.github/workflows/ci.yml@d0737af7255c581ce3cc09b69b96ba16a5913b4e # v4.0.0 with: copyright-skip: true lint-skip: true