chore: stale issues remove dry run (#24270)

This commit is contained in:
Marion Kamoike-Bouguet 2025-08-29 11:26:01 +02:00 committed by GitHub
parent b5cd607fdd
commit a6da272933
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +22,7 @@ jobs:
- name: Close stale issues
uses: actions/stale@v3
with:
debug-only: true # Dry run to confirm the workflow is working
# debug-only: true # Dry run to confirm the workflow is working
repo-token: ${{ secrets.GITHUB_TOKEN }}
ascending: true # Start with oldest issues first
only-labels: 'stale-before-2021' # Only process issues with this label