mirror of
https://github.com/strapi/strapi.git
synced 2025-10-18 11:32:42 +00:00
chore: remove dry run
This commit is contained in:
parent
4d11a277b5
commit
1593c6422c
1
.github/workflows/close_stale_issues.yml
vendored
1
.github/workflows/close_stale_issues.yml
vendored
@ -13,7 +13,6 @@ jobs:
|
|||||||
- name: Close stale issues
|
- name: Close stale issues
|
||||||
uses: actions/stale@v9
|
uses: actions/stale@v9
|
||||||
with:
|
with:
|
||||||
debug-only: true # Dry run to confirm the workflow is working
|
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
ascending: true # Start with oldest issues first
|
ascending: true # Start with oldest issues first
|
||||||
only-labels: 'stale-q1-q2-2024' # Only process issues with this label
|
only-labels: 'stale-q1-q2-2024' # Only process issues with this label
|
||||||
|
Loading…
x
Reference in New Issue
Block a user