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@v6.0.1 with: any-of-labels: 'solved' stale-issue-label: 'solved' days-before-stale: 0 days-before-close: 0 repo-token: ${{ secrets.BITNAMI_BOT_TOKEN }}