From 82da897855dd33ca7775a4ba88dac6c8afdfac43 Mon Sep 17 00:00:00 2001 From: Erik Osterman Date: Wed, 8 May 2024 17:34:19 -0500 Subject: [PATCH] chore: Use GitHub Action Workflows from `cloudposse/.github` Repo --- .github/configs/draft-release.yml | 54 ------------------- .../{main-branch.yaml => main-branch.yml} | 0 2 files changed, 54 deletions(-) delete mode 100644 .github/configs/draft-release.yml rename .github/workflows/{main-branch.yaml => main-branch.yml} (100%) diff --git a/.github/configs/draft-release.yml b/.github/configs/draft-release.yml deleted file mode 100644 index 23df4d7d..00000000 --- a/.github/configs/draft-release.yml +++ /dev/null @@ -1,54 +0,0 @@ -name-template: 'v$RESOLVED_VERSION' -tag-template: '$RESOLVED_VERSION' -version-template: '$MAJOR.$MINOR.$PATCH' -version-resolver: - major: - labels: - - 'major' - minor: - labels: - - 'minor' - - 'enhancement' - patch: - labels: - - 'auto-update' - - 'patch' - - 'fix' - - 'bugfix' - - 'bug' - - 'hotfix' - - 'no-release' - default: 'minor' - -categories: - - title: '🚀 Enhancements' - labels: - - 'enhancement' - - 'patch' - - title: '🐛 Bug Fixes' - labels: - - 'fix' - - 'bugfix' - - 'bug' - - 'hotfix' - - title: '🤖 Automatic Updates' - labels: - - 'auto-update' - -change-template: | -
- $TITLE @$AUTHOR (#$NUMBER) - - $BODY -
- -template: | - $CHANGES - -replacers: - # Remove irrelevant information from Renovate bot - - search: '/(?<=---\s)\s*^#.*(Renovate configuration|Configuration)(?:.|\n)*?This PR has been generated .*/gm' - replace: '' - # Remove Renovate bot banner image - - search: '/\[!\[[^\]]*Renovate\][^\]]*\](\([^)]*\))?\s*\n+/gm' - replace: '' \ No newline at end of file diff --git a/.github/workflows/main-branch.yaml b/.github/workflows/main-branch.yml similarity index 100% rename from .github/workflows/main-branch.yaml rename to .github/workflows/main-branch.yml