From 54469bce7ce699e1a11980a28e83746881e436ec Mon Sep 17 00:00:00 2001 From: Andrew Peabody Date: Fri, 2 Feb 2024 10:43:57 -0800 Subject: [PATCH] chore: remove tf managed file (#89) --- .../.github/workflows/stale.yml | 29 ------------------- 1 file changed, 29 deletions(-) delete mode 100644 terraform-google-{{cookiecutter.module_name}}/.github/workflows/stale.yml diff --git a/terraform-google-{{cookiecutter.module_name}}/.github/workflows/stale.yml b/terraform-google-{{cookiecutter.module_name}}/.github/workflows/stale.yml deleted file mode 100644 index 1c52b6f..0000000 --- a/terraform-google-{{cookiecutter.module_name}}/.github/workflows/stale.yml +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 2021 Google LLC -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -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