Skip to content

Commit

Permalink
ci: 🚚 move to stale action since stale bot is deprecated.
Browse files Browse the repository at this point in the history
  • Loading branch information
AkashRajpurohit committed Nov 3, 2024
1 parent e5b4135 commit 294686f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/stale.yml

This file was deleted.

16 changes: 16 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: 'Close stale issues and PRs'
on:
schedule:
- cron: '30 1 * * *'

jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v9
with:
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.'
close-issue-message: 'This issue was closed because it has been stalled for 5 days with no activity.'
exempt-issue-labels: 'awaiting-approval,work-in-progress,planned'
days-before-issue-stale: 30
days-before-issue-close: 5

0 comments on commit 294686f

Please sign in to comment.