Skip to content

Commit

Permalink
fix: adding pr housekeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
dotkas committed Apr 2, 2024
1 parent b373ca7 commit 74a2845
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/pr-housekeeping.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
on:
schedule:
- cron: '0 0 * * *' # Every day at midnight
workflow_dispatch:

jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v7
with:
stale-pr-message: "Your PR has not had any activity for 60 days. In 7 days I'll close it. Make some activity to remove this."
close-pr-message: "Your PR has now been stale for 7 days. I'm closing it."

0 comments on commit 74a2845

Please sign in to comment.