Skip to content

Commit 7f6b827

Browse files
committed
ci: cron stale workflow
1 parent e53994c commit 7f6b827

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/stale.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
name: "Close stale issues and PRs"
1+
name: "Cron: Close Stale Issues and PRs"
22

33
on:
44
schedule:
55
- cron: "0 3 * * 0" # at 3:00am UTC every Sunday
66

77
jobs:
88
stale:
9-
uses: "sablier-labs/reusable-workflows/.github/workflows/stale.yml@main"
9+
uses: "sablier-labs/gha-utils/.github/workflows/cron-stale.yml@main"
1010
with:
1111
days-before-issue-stale: 365

0 commit comments

Comments
 (0)