Skip to content

Commit e05f2a8

Browse files
debora-itozoewangg
authored andcommitted
Removing dry-run state, changing schedule to every 30 min
1 parent 16b866a commit e05f2a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/stale-issue.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: "Close stale issues"
33
# Controls when the action will run.
44
on:
55
schedule:
6-
- cron: "0/15 * * * *"
6+
- cron: "0/30 * * * *"
77

88
jobs:
99
cleanup:
@@ -52,5 +52,5 @@ jobs:
5252
repo-token: ${{ secrets.GITHUB_TOKEN }}
5353
loglevel: DEBUG
5454
# Set dry-run to true to not perform label or close actions.
55-
dry-run: true
55+
#dry-run: true
5656

0 commit comments

Comments
 (0)