Skip to content

Commit

Permalink
ci: add workflow for closing stale issues (#221)
Browse files Browse the repository at this point in the history
* ci: rename cd to deploy

* ci: add workflow for closing stale issues
  • Loading branch information
PaulRBerg authored Dec 19, 2024
1 parent 37f8474 commit 5c0d22f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
File renamed without changes.
12 changes: 12 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: "Close stale issues and PRs"

on:
workflow_dispatch:
schedule:
- cron: "0 3 * * 0" # at 3:00am UTC every Sunday

jobs:
stale:
uses: "sablier-labs/reusable-workflows/.github/workflows/stale.yml@main"
with:
days-before-issue-stale: 365

0 comments on commit 5c0d22f

Please sign in to comment.