From 9196a4e4f8b34a3fd60d8c730bc3e47063cda518 Mon Sep 17 00:00:00 2001 From: bitnami-bot Date: Mon, 10 Feb 2025 13:49:00 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20synced=20local=20'.github/workfl?= =?UTF-8?q?ows/'=20with=20remote=20'workflows/'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: bitnami-bot --- .github/workflows/clossing-issues.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/workflows/clossing-issues.yml diff --git a/.github/workflows/clossing-issues.yml b/.github/workflows/clossing-issues.yml new file mode 100644 index 0000000..ecfceb0 --- /dev/null +++ b/.github/workflows/clossing-issues.yml @@ -0,0 +1,22 @@ +# Copyright Broadcom, Inc. All Rights Reserved. +# SPDX-License-Identifier: APACHE-2.0 + +# NOTE: This workflow is maintained in the https://github.com/bitnami/support repository +name: '[Support] Close Solved issues' +on: + schedule: + # Hourly + - cron: '0 * * * *' +# Remove all permissions by default. Actions are performed by Bitnami Bot +permissions: {} +jobs: + stale: + runs-on: ubuntu-latest + steps: + - uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 + with: + any-of-labels: 'solved' + stale-issue-label: 'solved' + days-before-stale: 0 + days-before-close: 0 + repo-token: ${{ secrets.BITNAMI_SUPPORT_BOARD_TOKEN }} \ No newline at end of file