From e22dd91065dbd29951f03433b333946888b2c2e3 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 9 Sep 2025 10:04:46 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20synced=20file(s)=20with=20bitnam?= =?UTF-8?q?i/support=20(#86099)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🔄 synced local '.github/workflows/' with remote 'workflows/' Signed-off-by: bitnami-bot --- .github/workflows/clossing-issues.yml | 2 +- .github/workflows/stale.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/clossing-issues.yml b/.github/workflows/clossing-issues.yml index e971b2548750..ddc25c1223d9 100644 --- a/.github/workflows/clossing-issues.yml +++ b/.github/workflows/clossing-issues.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest if: ${{ github.repository_owner == 'bitnami' }} steps: - - uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 + - uses: actions/stale@3a9db7e6a41a89f618792c92c0e97cc736e1b13f with: any-of-labels: 'solved' stale-issue-label: 'solved' diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 205f468ffa93..42bc2ae0d17a 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -19,7 +19,7 @@ jobs: pull-requests: write steps: # This step will add the stale comment and label for the first 15 days without activity. It won't close any task - - uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 + - uses: actions/stale@3a9db7e6a41a89f618792c92c0e97cc736e1b13f with: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-message: 'This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback.' @@ -30,7 +30,7 @@ jobs: exempt-pr-labels: 'on-hold' operations-per-run: 500 # This step will add the 'solved' label and the last comment before closing the issue or PR. Note that it won't close any issue or PR, they will be closed by the clossing-issues workflow - - uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 + - uses: actions/stale@3a9db7e6a41a89f618792c92c0e97cc736e1b13f with: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-message: 'Due to the lack of activity in the last 5 days since it was marked as "stale", we proceed to close this Issue. Do not hesitate to reopen it later if necessary.'