Skip to content

Commit d6faeaf

Browse files
authored
Merge pull request #49 from bitnami/repo-sync/support/default
🔄 synced file(s) with bitnami/support
2 parents c1b6304 + 4c6744c commit d6faeaf

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Copyright Broadcom, Inc. All Rights Reserved.
2+
# SPDX-License-Identifier: APACHE-2.0
3+
4+
# NOTE: This workflow is maintained in the https://github.com/bitnami/support repository
5+
name: '[Support] Close Solved issues'
6+
on:
7+
schedule:
8+
# Hourly
9+
- cron: '0 * * * *'
10+
# Remove all permissions by default. Actions are performed by Bitnami Bot
11+
permissions: {}
12+
jobs:
13+
stale:
14+
runs-on: ubuntu-latest
15+
steps:
16+
- uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639
17+
with:
18+
any-of-labels: 'solved'
19+
stale-issue-label: 'solved'
20+
days-before-stale: 0
21+
days-before-close: 0
22+
repo-token: ${{ secrets.BITNAMI_SUPPORT_BOARD_TOKEN }}

0 commit comments

Comments
 (0)