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