From 338b148d0970714cd8a535e080f2c30c3d8b4ee9 Mon Sep 17 00:00:00 2001 From: schmidtw Date: Tue, 11 Apr 2023 01:41:02 -0700 Subject: [PATCH 1/2] Use the new shared workflow. --- .github/workflows/ci.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a667b15..6730707 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,14 +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: - license-skip: true - style-skip: true - docker-skip: true + license-skip: true + style-skip: true + copyright-skip: true + release-type: program secrets: inherit From aff1cacd05f77dad56bd0c5f345cc3a57c5ad758 Mon Sep 17 00:00:00 2001 From: Owen Cabalceta Date: Fri, 9 Jun 2023 11:57:18 -0400 Subject: [PATCH 2/2] fix: patch shared-go workflow --- .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 6730707..6689b85 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: license-skip: true style-skip: true