mirror of
https://github.com/strapi/strapi.git
synced 2025-11-02 10:55:37 +00:00
chore: stale issues remove dry run (#24270)
This commit is contained in:
parent
b5cd607fdd
commit
a6da272933
2
.github/workflows/close_stale_issues.yml
vendored
2
.github/workflows/close_stale_issues.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user