From 46d937827f53caada946167e3db9a69e64725c4e Mon Sep 17 00:00:00 2001 From: Igor Rodionov Date: Fri, 15 Mar 2024 00:13:48 +0100 Subject: [PATCH 1/2] Update auto-release workflow --- .github/settings.yml | 13 +++++++++++++ .github/workflows/auto-release.yml | 15 +++++---------- 2 files changed, 18 insertions(+), 10 deletions(-) create mode 100644 .github/settings.yml diff --git a/.github/settings.yml b/.github/settings.yml new file mode 100644 index 0000000..8148a5c --- /dev/null +++ b/.github/settings.yml @@ -0,0 +1,13 @@ +# These settings are synced to GitHub by https://probot.github.io/apps/settings/ +extends: cloudposse/.github + +repository: + # A URL with more information about the repository + homepage: https://cloudposse.com + + # Either `true` to enable projects for this repository, or `false` to disable them. + # If projects are disabled for the organization, passing `true` will cause an API error. + has_projects: false + + # Either `true` to enable the wiki for this repository, `false` to disable it. + has_wiki: false diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index a0ae990..c533799 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -4,15 +4,10 @@ on: push: branches: - main - - master - - production jobs: - publish: - runs-on: ubuntu-latest - steps: - - uses: cloudposse/github-action-auto-release@v1 - with: - prerelease: false - publish: true - config-name: auto-release.yml + auto: + uses: cloudposse/.github/.github/workflows/shared-auto-release.yml@main + with: + publish: true + secrets: inherit From fc83a5ada251778a15ffe1c8d5524a38cef700e7 Mon Sep 17 00:00:00 2001 From: Igor Rodionov Date: Fri, 15 Mar 2024 00:20:10 +0100 Subject: [PATCH 2/2] Update auto-release workflow --- .github/workflows/auto-release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index c533799..0929676 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -4,6 +4,8 @@ on: push: branches: - main + - master + - production jobs: auto: