Skip to content

Commit f12c7cd

Browse files
authored
remove dry run (#3773)
1 parent 6e1febb commit f12c7cd

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/stale-issue-cleanup.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@ name: "Close stale issues"
22

33
# Controls when the action will run.
44
on:
5-
# allows doing a manual trigger of the action
5+
# allows doing a manual trigger of the action and running it on a schedule at 10am PT everyday(converted since expression is anchored to UTC)
66
workflow_dispatch:
7-
# disable cron until dry run is completed successfully
8-
# schedule:
9-
# - cron: "0 0 * * *"
7+
schedule:
8+
- cron: "0 17 * * *"
109

1110
permissions: {}
1211
jobs:
@@ -50,4 +49,4 @@ jobs:
5049
# Testing/debugging options
5150
loglevel: DEBUG
5251
# Set dry-run to true to not perform label or close actions.
53-
dry-run: true
52+
dry-run: false

0 commit comments

Comments
 (0)