From c9f02307d80ddad655810b4f342658e5ea2bc677 Mon Sep 17 00:00:00 2001 From: schmidtw Date: Sun, 21 Jan 2024 08:26:31 -0800 Subject: [PATCH] Add auto patch releaser. --- .github/workflows/auto-releaser.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/auto-releaser.yml diff --git a/.github/workflows/auto-releaser.yml b/.github/workflows/auto-releaser.yml new file mode 100644 index 0000000..74ccbfe --- /dev/null +++ b/.github/workflows/auto-releaser.yml @@ -0,0 +1,13 @@ +# SPDX-FileCopyrightText: 2024 Comcast Cable Communications Management, LLC +# SPDX-License-Identifier: Apache-2.0 +--- +name: 'Automatically relase patch versions.' + +on: + schedule: # Run every day at 12:00 UTC + - cron: '0 12 * * *' + workflow_dispatch: + +jobs: + release: + uses: xmidt-org/shared-go/.github/workflows/auto-releaser.yml@d3950e69700e2957d27645a5532cd717d6835746 # v4.2.1