From 2b88804c36182918c057af99774cfd7c847f4c70 Mon Sep 17 00:00:00 2001 From: Bharath KKB Date: Mon, 12 Jul 2021 12:38:52 -0500 Subject: [PATCH] Revert "chore: switch to release-please action (#14)" This reverts commit d06513c06a98716f7a312c5015b9a600e5b889e8. --- .github/release-please.yml | 2 ++ .github/workflows/release-please.yml | 15 --------------- .github/workflows/stale.yml | 15 --------------- 3 files changed, 2 insertions(+), 30 deletions(-) create mode 100644 .github/release-please.yml delete mode 100644 .github/workflows/release-please.yml delete mode 100644 .github/workflows/stale.yml diff --git a/.github/release-please.yml b/.github/release-please.yml new file mode 100644 index 00000000..6366b9cb --- /dev/null +++ b/.github/release-please.yml @@ -0,0 +1,2 @@ +releaseType: terraform-module +handleGHRelease: true diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml deleted file mode 100644 index 72f7fe9c..00000000 --- a/.github/workflows/release-please.yml +++ /dev/null @@ -1,15 +0,0 @@ - on: - push: - branches: - - main - name: release-please - jobs: - release-please: - runs-on: ubuntu-latest - steps: - - uses: google-github-actions/release-please-action@v2 - with: - token: ${{ secrets.GITHUB_TOKEN }} - release-type: terraform-module - package-name: release-please-action - bump-minor-pre-major: true diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml deleted file mode 100644 index fcf18fea..00000000 --- a/.github/workflows/stale.yml +++ /dev/null @@ -1,15 +0,0 @@ -name: "Close stale issues" -on: - schedule: - - cron: "0 23 * * *" - -jobs: - stale: - runs-on: ubuntu-latest - steps: - - uses: actions/stale@v3 - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - stale-issue-message: 'This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days' - stale-pr-message: 'This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days' - exempt-issue-labels: triaged