Skip to content

Commit 392adf2

Browse files
authored
Workflows: Remove dry-run flag for labeller
1 parent e0fcb15 commit 392adf2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/close-stale.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
days-before-pr-stale: -1
2626
days-before-pr-close: -1
2727

28-
# Dry-run only. remove this when we are ready to actually change issues
29-
debug-only: true
30-
operations-per-run: 1000
28+
# Uncomment for dry-run
29+
# debug-only: true
30+
# operations-per-run: 1000

0 commit comments

Comments
 (0)