Skip to content

Commit 53a10b9

Browse files
Adds a temporary dry run
Signed-off-by: Elena Kolevska <[email protected]>
1 parent 9130d15 commit 53a10b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/stale-issues.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
- uses: actions/stale@v9
2222
with:
2323
repo-token: ${{ secrets.GITHUB_TOKEN }}
24+
dry-run: true
2425

2526
# Default stale policy
2627
days-before-stale: ${{ env.DAYS_BEFORE_STALE }}
@@ -67,6 +68,7 @@ jobs:
6768
- uses: actions/stale@v9
6869
with:
6970
repo-token: ${{ secrets.GITHUB_TOKEN }}
71+
dry-run: true
7072

7173
# Accelerated timeline for needs-information
7274
days-before-stale: ${{ env.NEEDS_INFO_DAYS_BEFORE_STALE }}

0 commit comments

Comments
 (0)