🔄 synced local '.github/workflows/' with remote 'workflows/' (#36571)

Signed-off-by: bitnami-bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot
2026-07-31 12:34:07 +02:00
committed by GitHub
parent 5f933caa62
commit 7c3493cf59
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
if: ${{ github.repository_owner == 'bitnami' }}
steps:
- uses: actions/stale@1e223db275d687790206a7acac4d1a11bd6fe629
- uses: actions/stale@4391f3da665fdf50b6810c1a66712fb9ba21aa93
with:
any-of-labels: 'solved'
stale-issue-label: 'solved'
+2 -2
View File
@@ -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@1e223db275d687790206a7acac4d1a11bd6fe629
- uses: actions/stale@4391f3da665fdf50b6810c1a66712fb9ba21aa93
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@1e223db275d687790206a7acac4d1a11bd6fe629
- uses: actions/stale@4391f3da665fdf50b6810c1a66712fb9ba21aa93
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.'