Skip to content

Commit b6b8fba

Browse files
authored
Merge pull request #958 from DataDog/sbarrio/automtion/set-stale-action-to-run-daily
Set stale action to run daily
2 parents f0c75f1 + 19817fd commit b6b8fba

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/stale.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
name: 'Automatically close stale issues'
22

33
on:
4-
workflow_dispatch:
4+
schedule:
5+
# Runs every day at 8:00 AM CET
6+
- cron: '0 7 * * *'
7+
workflow_dispatch:
58

69
permissions:
710
issues: write

0 commit comments

Comments
 (0)